hasBoundedWidth property

bool get hasBoundedWidth

Whether there is an upper bound on the maximum width.

See also:

Implementation

bool get hasBoundedWidth => maxWidth < double.infinity;