Channel Settings Notification Menu
fun ChannelSettingsNotificationMenu(isChecked: Boolean, modifier: Modifier = Modifier, onCheckedChange: (Boolean) -> Unit = {})
Represents the channel settings menu for the notification settings.
Since
1.0.0-beta.1
Parameters
is Checked
The flag to indicate whether the notification is enabled.
modifier
The modifier to be applied to the view.
on Checked Change
The handler for when the notification is toggled.