[−][src]Type Definition iced::widget::progress_bar::ProgressBar
type ProgressBar = ProgressBar<Renderer<Backend>>;
A bar that displays progress.
This is an alias of an iced_native progress bar with an
iced_wgpu::Renderer.