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