maxHeight property

  1. @override
SizeUnit? maxHeight
final

The maximum height constraint for this item.

The item will not grow beyond this height, even if positioning would allow it.

Implementation

@override
final SizeUnit? maxHeight;