sliderColors
The default colors used for Slider
@Composable
Creates a SliderColors object for sliders.
Return
A new SliderColors object with the default colors.
Parameters
trackColor
The color for the track.
progressColor
The color for the progress.
progressHighColor
The color for the progress when hovered.
thumbColor
The color for the thumb.
thumbHighColor
The color for the thumb when hovered.
segmentDotColor
The color for the segment dot.
segmentDotHighColor
The color for the segment dot when hovered.