pub trait SliderMods: View + Sized {
    fn thumb_color(self, color: Color) -> Self;
}

Required Methods

Implementors