Stack
It is responsive and can switch between [HStack] and [VStack] during rendering.
Constructors
Stack
Stack is a responsive variant which decides between [VStack] and [HStack].
Methods
| Method | Description |
|---|---|
Alignment(alignment Alignment) | |
Append(children ...) | |
BackgroundColor(color Color) | |
Border(border Border) | |
Frame(frame Frame) | |
FullWidth() | |
Gap(gap Length) | |
Layout(layout StackLayout) | |
Padding(padding Padding) | |
Responsive(fn func(wnd core.Windowstack TStack) TStack) |