Trait StyleSheet
iced_style::progress_bar
pub trait StyleSheet { fn style(&self) -> Style; }
A set of rules that dictate the style of a progress bar.
fn style(&self) -> Style