object SliderDefaults
colors
()
|
Creates a SliderColors that represents the different colors used in a null.SpatialSlider in different states.
Signature
fun colors(): SliderColors Returns |
colors
(
iconColor
, activeTrackColor
, inactiveTrackColor
)
|
Creates a SliderColors that represents the different colors used in a null.SpatialSlider in different states.
Signature
fun colors(iconColor: Color, activeTrackColor: Color, inactiveTrackColor: Color): SliderColors Parameters
iconColor:
Color
activeTrackColor:
Color
inactiveTrackColor:
Color
Returns |