effectiveChildConstraints property

BoxConstraints get effectiveChildConstraints

The last constraints actually used to lay out child.

This can differ from constraints when constraints are unbounded and we collapse to intrinsic sizing before laying out the WebF subtree.

Implementation

BoxConstraints get effectiveChildConstraints => _effectiveChildConstraints ?? constraints;