ShadowProps constructor Null safety

ShadowProps(
  1. {required String? shadow}
)

Implementation

ShadowProps({required this.shadow});