color property Null safety
final
The Box background color. Use nativebase color tokens as string like wise
Box(
color:'cyan.300'
)
Implementation
@override
final String? color;
The Box background color. Use nativebase color tokens as string like wise
Box(
color:'cyan.300'
)
@override
final String? color;