hasBoundedHeight property

bool get hasBoundedHeight

Whether max's y component is finite.

Implementation

bool get hasBoundedHeight => max.y.isFinite;