App Switcher
fun AppSwitcher(modifier: Modifier = Modifier, isChecked: Boolean, onCheckedChange: (Boolean) -> Unit, enabled: Boolean = true)
A custom Switch component with styled colors.
Parameters
modifier
The Modifier to be applied to the switcher.
is Checked
Whether the switcher is currently in the "checked" state.
on Checked Change
Callback when the checked state changes.
enabled
Whether the switcher is enabled for interaction.