Module progress_bar

Module progress_bar 

Source
Expand description

Progress bar is used to show a bar that fills in from left to right according to the progress value. It is used to show progress for long actions. See ProgressBar widget docs for more info and usage examples.

Structs§

ProgressBar
Progress bar is used to show a bar that fills in from left to right according to the progress value. It is used to show progress for long actions.
ProgressBarBuilder
Progress bar builder creates progress bar instances and adds them to the UI.

Enums§

ProgressBarMessage
A set of messages that can be used to modify the state of a progress bar.