maxHeight property
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;
The maximum height constraint.
The child will not be sized larger than this height, even if layout constraints would allow it.
final SizeUnit? maxHeight;