Trait iced_glow::widget::button::StyleSheet[]

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

    pub fn hovered(&self) -> Style { ... }
pub fn pressed(&self) -> Style { ... }
pub fn disabled(&self) -> Style { ... } }

A set of rules that dictate the style of a button.

Required methods

pub fn active(&self) -> Style

Loading content...

Provided methods

pub fn hovered(&self) -> Style

pub fn pressed(&self) -> Style

pub fn disabled(&self) -> Style

Loading content...

Implementors

Loading content...