switchColors
Creates a SwitchColors instance with the default colors.
@Composable
Creates a SwitchColors instance with the default colors.
Parameters
checkedThumbColor
the color used for the thumb when checked
checkedTrackColor
the color used for the track when checked
checkedTrackShadowColor
the color used for the shadow checked
uncheckedThumbColor
the color used for the thumb when unchecked
uncheckedTrackColor
the color used for the track when unchecked
uncheckedTrackShadowColor
the color used for the shadow when unchecked