pub fn progress(value: Option<f32>) -> Widget
A progress bar (Some(0.0..=1.0)) or an indeterminate spinner (None).
Some(0.0..=1.0)
None