[][src]Type Definition iced_graphics::widget::slider::Slider

type Slider<'a, T, Message, Backend> = Slider<'a, T, Message, Renderer<Backend>>;

An horizontal bar and a handle that selects a single value from a range of values.

This is an alias of an iced_native slider with an iced_wgpu::Renderer.