Column
A vertical layout container. It arranges its children from top to bottom.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| verticalArrangement | String | Top | Arrangement of children along the vertical axis. Options: Top, Center, Bottom, SpaceBetween, SpaceAround, SpaceEvenly. |
| horizontalAlignment | String | Start | Alignment of children along the horizontal axis. Options: Start, CenterHorizontally, End. |
| padding | String | Space around the content. Accepts 1, 2 or 4 integers (in dp): ‚8‘ (all), ‚8 16‘ (vertical horizontal), or ‚8 16 16 8‘ (top right bottom left). | |
| background | String | Optional background color for the Column. Example: ‚#FFFFFF‘. |
