[]Trait iced::widget::progress_bar::StyleSheet

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

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

Required methods

fn style(&self) -> Style

Loading content...

Implementors

Loading content...