shadow property Null safety
final
The Box elevation shadow. Use nativebase shadow tokens as string like wise
Box(
shadow:'4'
)
Implementation
@override
final String? shadow;
The Box elevation shadow. Use nativebase shadow tokens as string like wise
Box(
shadow:'4'
)
@override
final String? shadow;