shadow property Null safety

String? shadow
final

The Box elevation shadow. Use nativebase shadow tokens as string like wise

Box(
 shadow:'4'
)

Implementation

@override
final String? shadow;