borderWidth property Null safety

String? borderWidth
final

Sets the border width of the box from all the side.

Box(
 borderWidth:'1'
)

Implementation

@override
final String? borderWidth;