hasBoundedHeight property

bool hasBoundedHeight

Whether there is an upper bound on the maximum height.

See also:

Implementation

bool get hasBoundedHeight => maxHeight < double.infinity;