Thumb
The Default thumb for Slider and RangeSlider
Parameters
the MutableInteractionSource representing the stream of Interactions for this thumb. You can create and pass in your own remembered instance to observe
the Modifier to be applied to the thumb.
SliderColors that will be used to resolve the colors used for this thumb in different states. See SliderDefaults.colors.
controls the enabled state of this slider. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
the size of the thumb.
The Default thumb for Slider, VerticalSlider and RangeSlider
Parameters
the MutableInteractionSource representing the stream of Interactions for this thumb. You can create and pass in your own remembered instance to observe
SliderState which is used to obtain the current active track.
the Modifier to be applied to the thumb.
SliderColors that will be used to resolve the colors used for this thumb in different states. See SliderDefaults.colors.
controls the enabled state of this slider. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
the size of the thumb.