borderStyle property Null safety

String? borderStyle
final

Sets the border color of the box.

Box(
 borderStyle:'solid'
)

Implementation

@override
final String? borderStyle;