PreferenceSwitchWithContainer

fun PreferenceSwitchWithContainer(    title: String,     style: TextStyle = MaterialTheme.typography.titleLarge,     icon: ImageVector? = null,     colors: SwitchWithContainerColors = SwitchWithContainerColors(),     switchColors: SwitchColors = SwitchDefaults.colors(),     isChecked: Boolean,     onClick: () -> Unit)