hasBoundedHeight property
bool
get
hasBoundedHeight
Whether the maximum height is bounded.
Implementation
bool get hasBoundedHeight => maxHeight < infinity;
Whether the maximum height is bounded.
bool get hasBoundedHeight => maxHeight < infinity;