ProgressIndicator
The ProgressIndicator
informs the user about the status of an on-going operation, such as loading data from the network.
Properties
indeterminate
: (in bool): Set to true if the progress of the operation cannot be determined by value (default value:false
).progress
(in float): Percentage of completion, as value between 0 and 1. Values less than 0 or greater than 1 are capped.