hasBoundedWidth property

bool hasBoundedWidth

Whether there is an upper bound on the maximum width.

See also:

Implementation

bool get hasBoundedWidth => maxWidth < double.infinity;