blob: 3666ecfd7d408e6526f4eefefd2fe7d976ad5c7a (
plain) (
blame)
1
2
3
4
5
|
//! Allow your users to visually track the progress of a computation.
//!
//! A [`ProgressBar`] has a range of possible values and a current value,
//! as well as a length, height and style.
pub use iced_native::widget::progress_bar::*;
|