isUnboundedWidth property
bool
get
isUnboundedWidth
True when width is unbounded (e.g. inside a scrollable).
Implementation
bool get isUnboundedWidth => maxWidth == double.infinity;
True when width is unbounded (e.g. inside a scrollable).
bool get isUnboundedWidth => maxWidth == double.infinity;