maxHeight property

SizeUnit? maxHeight
final

The maximum height constraint.

The child will not be sized larger than this height, even if layout constraints would allow it.

Implementation

final SizeUnit? maxHeight;