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

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

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

Required methods

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

Produces the style of an active slider.

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

Produces the style of an hovered slider.

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

Produces the style of a slider that is being dragged.

Loading content...

Implementors

Loading content...