Row
A horizontal layout container. It places its children in a single row, from left to right.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| horizontalAlignment | String | Start | Alignment of children along the horizontal axis. Options: Start, Center, End, SpaceBetween, SpaceAround, SpaceEvenly. |
| verticalAlignment | String | CenterVertically | Alignment of children along the vertical axis. Options: Top, CenterVertically, Bottom. |
| 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). | |
| spacing | String | 0dp | Spacing between child elements. Example: ‚8dp‘. |
| background | String | Optional background color for the Row. Example: ‚#FFFFFF‘. |
