The Stac Divider allows you to build a Flutter Divider widget using JSON. It creates a thin horizontal line with padding on either side. To know more about the 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 |
|---|---|---|
| height | double | The divider’s height extent (total space occupied). |
| thickness | double | The thickness of the line drawn within the divider. |
| indent | double | The amount of empty space to the leading edge. |
| endIndent | double | The amount of empty space to the trailing edge. |
| color | StacColor | The color to use when painting the line. |
Example
- Dart
- JSON
- Preview