PlatformSwitch

fun PlatformSwitch(checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier, thumbContent: @Composable () -> Unit?, enabled: Boolean, colors: SwitchColors, interactionSource: MutableInteractionSource?)(source)
actual fun PlatformSwitch(checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier, thumbContent: () -> Unit?, enabled: Boolean, colors: SwitchColors, interactionSource: MutableInteractionSource?)(source)
expect fun PlatformSwitch(checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier = Modifier, thumbContent: @Composable () -> Unit? = null, enabled: Boolean = true, colors: SwitchColors = SwitchDefaults.colors(), interactionSource: MutableInteractionSource? = null)(source)
actual fun PlatformSwitch(checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier, thumbContent: () -> Unit?, enabled: Boolean, colors: SwitchColors, interactionSource: MutableInteractionSource?)(source)