The Stac LinearProgressIndicator allows you to build a Flutter LinearProgressIndicator widget using JSON. To know more about the LinearProgressIndicator 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 |
|---|---|---|
| value | double | The progress of this progress indicator. |
| backgroundColor | StacColor | The hex color of the track being filled by the progress indicator. |
| color | StacColor | The hex color of the progress indicator. |
| minHeight | double | The height of the progress indicator. |
| semanticsLabel | String | Provides a textual description of the widget. |
| semanticsValue | String | Provides a textual description of the widget. |
| borderRadius | StacBorderRadius | The border radius for progress indicator. |
Example
- Dart
- JSON
- Preview