constrained property

bool constrained
final

Whether the normal size constraints at this point in the widget tree are applied to the child.

If set to false, then the child will be given infinite constraints. This is often useful, when a child should be bigger than the InteractiveScrollable.

Implementation

final bool constrained;