minHeight property

  1. @override
SizeUnit? minHeight
final

The minimum height constraint for this item.

The item will not shrink below this height, even if positioning would suggest otherwise.

Implementation

@override
final SizeUnit? minHeight;