isUnboundedWidth property

bool get isUnboundedWidth

True when width is unbounded (e.g. inside a scrollable).

Implementation

bool get isUnboundedWidth => maxWidth == double.infinity;