Function iced::widget::progress_bar
source · pub fn progress_bar<Renderer>(
range: RangeInclusive<f32>,
value: f32
) -> ProgressBar<Renderer>
Expand description
Creates a new ProgressBar
.
It expects:
- an inclusive range of possible values, and
- the current value of the
ProgressBar
.