needLayoutBox property
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;
Whether this child needs access to layout box information.
When true, the child receives a LayoutBox with layout context during build.
bool needLayoutBox = false;