How to implement Slider with Jetpack compose? | How to use Slider?
Sliders allow users to make selections from a range of values. Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters. Continuous slider : Use continuous sliders to allow users to make meaningful selections that don’t require a specific value Discrete slider : User can allow the user to choose only between predefined set of values by specifying the amount of steps between min and max values: