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