Trait iced_glow::widget::progress_bar::StyleSheet[]

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

Loading content...

Implementors

Loading content...