minW property Null safety

String? minW
final

Sets the min width of the box

Box(
 minW:'1'
)

Implementation

@override
final String? minW;