The Stac Vertical Divider allows you to build a Flutter vertical divider widget using JSON. To know more about the vertical divider 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 |
|---|---|---|
| width | StacDouble? | The width of the divider. |
| thickness | StacDouble? | The thickness of the divider. |
| indent | StacDouble? | The amount of space to indent the divider. |
| endIndent | StacDouble? | The amount of space to indent the divider at the end. |
| color | String? | The color of the divider. |
Example
- Dart
- JSON
- Preview