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

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[src]

Loading content...

Provided methods

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

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

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

Loading content...

Implementors

Loading content...