Trait iced_web::widget::progress_bar::StyleSheet[][src]

pub trait StyleSheet {
    pub fn style(&self) -> Style;
}

A set of rules that dictate the style of a progress bar.

Required methods

pub fn style(&self) -> Style[src]

Loading content...

Implementors

Loading content...