minHeight property

SizeUnit? minHeight
final

The minimum height constraint.

The child will not be sized smaller than this height, even if layout constraints would suggest otherwise.

Implementation

final SizeUnit? minHeight;