Vertical Divider
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.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. |