isUnboundedHeight property
bool
get
isUnboundedHeight
True when height is unbounded.
Implementation
bool get isUnboundedHeight => maxHeight == double.infinity;
True when height is unbounded.
bool get isUnboundedHeight => maxHeight == double.infinity;