SwitchSample
@Composable
fun SwitchSample() {
Switch(checked = true, onCheckedChange = {})
}Material Design Switch.
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun SwitchSample() {
Switch(checked = true, onCheckedChange = {})
}