Channel Settings Menu
fun ChannelSettingsMenu(icon: Painter, iconTint: Color, text: String, modifier: Modifier = Modifier, action: @Composable RowScope.() -> Unit = {})
Represents the channel settings menu that displays the icon, text, and action.
Since
1.0.0-beta.1
Parameters
icon
The icon to display in the menu.
icon Tint
The tint color for the icon.
text
The text to display in the menu.
modifier
The modifier to be applied to the view.
action
The handler for when the menu is clicked.