MosaicSlider
A composable function that creates a slider UI component.
Parameters
the current value of the slider
a callback function invoked when the slider value changes
determines whether the user can interact with the slide or not
the colors used to customize the appearance of the slider
the modifier to be applied to the slider
the strategy for distributing slider values
the range of values the slider can represent
the interaction source used to handle user input interactions
the composable function used to render the slider thumb
A composable function that creates a slider UI component.
Parameters
of the Slider where the latest slider value is stored
the colors used to customize the appearance of the slider
the modifier to be applied to the slider.
determines whether the user can interact with the slide or not
the interaction source used to handle user input interactions
the composable function used to render the slider thumb