ChannelMenuCenterContent

open fun ChannelMenuCenterContent(modifier: Modifier, onChannelOptionClick: (ChannelAction) -> Unit, channelOptions: List<ChannelOptionState>)

Factory method for creating the center content of the SelectedChannelMenu.

Parameters

onChannelOptionClick

Callback for when a channel option is clicked.

channelOptions

List of channel options.