Channel Settings Member Menu
fun ChannelSettingsMemberMenu(memberCount: Int, modifier: Modifier = Modifier, onClick: () -> Unit = {})
Represents the channel settings menu to view the members of the channel.
Since
1.0.0-beta.1
Parameters
member Count
The count of members in the channel to be shown in the menu.
modifier
The modifier to be applied to the view.