Trait iced_glow::widget::slider::StyleSheet[]

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

Produces the style of an active slider.

pub fn hovered(&self) -> Style

Produces the style of an hovered slider.

pub fn dragging(&self) -> Style

Produces the style of a slider that is being dragged.

Loading content...

Implementors

Loading content...