color property Null safety

String? color
final

The Box background color. Use nativebase color tokens as string like wise

Box(
 color:'cyan.300'
)

Implementation

@override
final String? color;