hasBoundedWidth property

bool get hasBoundedWidth

Whether max's x component is finite.

Implementation

bool get hasBoundedWidth => max.x.isFinite;