object SliderDefaults
colors
()
|
Creates a SliderColors that represents the different colors used in a null.SpatialSlider in different states.
Signature
fun colors(): SliderColors Returns SliderColors |
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: ColoractiveTrackColor: ColorinactiveTrackColor: ColorReturns SliderColors |