maxW property

  1. @override
String? maxW
final

Sets the max width of the box

Box(
 maxW:'1'
)

Implementation

@override
final String? maxW;