borderColor property Null safety
final
Sets the border color of the box.
Box(
borderColor:'2'
)
Implementation
@override
final String? borderColor;
Sets the border color of the box.
Box(
borderColor:'2'
)
@override
final String? borderColor;