SwitchColors
-
Cmn
interface SwitchColors
Represents the colors used by a Switch in different states
See SwitchDefaults.colors for the default implementation that follows Material specifications.
Summary
Public functions |
||
|---|---|---|
State<Color> |
@ComposableRepresents the color used for the switch's thumb, depending on |
Cmn
|
State<Color> |
@ComposableRepresents the color used for the switch's track, depending on |
Cmn
|
Public functions
thumbColor
@Composable
fun thumbColor(enabled: Boolean, checked: Boolean): State<Color>
Represents the color used for the switch's thumb, depending on enabled and checked.