[][src]Type Definition iced_graphics::widget::progress_bar::ProgressBar

type ProgressBar<Backend> = ProgressBar<Renderer<Backend>>;

A bar that displays progress.

This is an alias of an iced_native progress bar with an iced_wgpu::Renderer.