The Stac Row allows you to build a Flutter Row widget using JSON. To know more about the row widget in Flutter, refer to the official documentation.Documentation Index
Fetch the complete documentation index at: https://docs.stac.dev/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Property | Type | Description |
|---|---|---|
| mainAxisAlignment | StacMainAxisAlignment | How the children should be placed along the main axis. |
| crossAxisAlignment | StacCrossAxisAlignment | How the children should be placed along the cross axis. |
| mainAxisSize | StacMainAxisSize | How much space should be occupied in the main axis. |
| textDirection | StacTextDirection | Determines the order to lay children out horizontally and how to interpret start and end in the horizontal direction. |
| verticalDirection | StacVerticalDirection | The order to lay children out vertically. |
| textBaseline | StacTextBaseline | The baseline to use when aligning text. |
| spacing | double | How much space to place between children in the main axis. |
| children | List<StacWidget> | The widgets below this widget in the tree. |
Example
- Dart
- JSON
- Preview