layout property
The layout algorithm to use for positioning and sizing children.
Defines the rules for how children are measured, positioned, and constrained. Common implementations include FlexLayout for flexbox behavior.
Implementation
final Layout layout;