[−][src]Trait iced_style::slider::StyleSheet
A set of rules that dictate the style of a slider.
Required methods
fn active(&self) -> Style
Produces the style of an active slider.
fn hovered(&self) -> Style
Produces the style of an hovered slider.
fn dragging(&self) -> Style
Produces the style of a slider that is being dragged.