maxHeight property

  1. @override
SizeUnit? maxHeight
final

The maximum height constraint for this flex item. The item will not be sized larger than this value.

Implementation

@override
final SizeUnit? maxHeight;