hasBoundedWidth property
bool
get
hasBoundedWidth
Whether the maximum width is bounded.
Implementation
bool get hasBoundedWidth => maxWidth < infinity;
Whether the maximum width is bounded.
bool get hasBoundedWidth => maxWidth < infinity;