maxH property

  1. @override
String? maxH
final

Sets the max height of the box

Box(
 maxH:'1'
)

Implementation

@override
final String? maxH;