Elements
VerticalGroup
A container element that arranges its children vertically in a column. Extends Group functionality with vertical layout and reverse capabilities.
Constructor
new VerticalGroup(child1, child2, child3);
new VerticalGroup(); // Empty vertical groupProperties
VerticalGroup inherits all properties from Group and BaseElement.
| Prop | Type | Default |
|---|---|---|
reverse? | bool | false |
Methods
| Prop | Type | Default |
|---|---|---|
Reverse? | (bool = true) => VerticalGroup | - |
VerticalGroup also inherits all methods from Group and BaseElement.