behavior property
The layout behavior for this child (normal flow or absolute positioning).
Determines how this child participates in the layout algorithm:
- LayoutBehavior.none: Normal flow layout
- LayoutBehavior.absolute: Absolute positioning (removed from flow)
Implementation
final LayoutBehavior behavior;