hasBoundedHeight property
Whether there is an upper bound on the maximum height.
See also:
- hasBoundedWidth, the equivalent for the horizontal axis.
- hasInfiniteHeight, which describes whether the minimum height constraint is infinite.
Implementation
bool get hasBoundedHeight => maxHeight < double.infinity;