Progress Indicator
The Progress Indicator Widget facilitates the rendering of visual progress indicators, providing users with visual feedback on the progress of tasks or operations within your application.
Test in Kitchen Sink (opens in a new tab)
Properties
Property | Type | Description |
---|---|---|
display | string | |
countdown | integer | Show the progress percentage based on the number of seconds specified here |
onCountdownComplete | Execute this Action when the countdown comes to 0 | |
styles | object | See properties |
styles
Property | Type | Description |
---|---|---|
expanded | boolean | If the parent is a Row or Column, this flag will stretch this widget in the appropriate direction. (e.g stretch horizontally for parent of type Row) |
backgroundColor | Background color, starting with '0xFF' for full opacity e.g 0xFFCCCCCC | |
size | integer | Specifies the width (progress bar) or the diameter (circular progress indicator) |
thickness | integer | Specifies the thickness of the indicator (for progress bar this is the height) |
color |