needLayoutBox property

bool needLayoutBox
getter/setter pair

Whether this child needs access to layout box information.

When true, the child receives a LayoutBox with layout context during build.

Implementation

bool needLayoutBox = false;