sizedByParent property

bool sizedByParent
getter/setter pair

Whether this box determines its own size without input from children.

When true, this box is sized before laying out children.

Implementation

bool sizedByParent = false;