pub fn slider<Msg: Clone>(value: f32) -> Slider<Msg>
Create a Slider with the given value (clamped to [0.0, 1.0]).
Slider
[0.0, 1.0]