A layout container node in the UI tree.
Created by VStack (vertical) or HStack (horizontal). Contains an ordered list of child nodes.
VStack
HStack
Ordered child nodes.
Container layout, sizing, and interaction props.
"vstack" for vertical layout, "hstack" for horizontal.
"vstack"
"hstack"
A layout container node in the UI tree.
Created by
VStack(vertical) orHStack(horizontal). Contains an ordered list of child nodes.