SwitchListItem
fun SwitchListItem(checked: Boolean, text: String, onClick: () -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, textColor: ERROR CLASS: Symbol not found for Color = LocalContentColor.current, enabled: Boolean = true, leadingIcon: ERROR CLASS: Symbol not found for ImageVector?? = null, leadingIconTint: ERROR CLASS: Symbol not found for Color = LocalContentColor.current)(source)
A toggleable switch list item.