GroupChannelInfoTopBar

open fun GroupChannelInfoTopBar(headerState: ChannelHeaderViewState, infoState: ChannelInfoViewState, listState: LazyListState, onNavigationIconClick: () -> Unit, onAddMembersClick: () -> Unit)

Factory method for creating the top bar of the group channel info screen.

Parameters

headerState

The state of the channel header.

infoState

The state of the channel info.

listState

The state of the lazy list.

onNavigationIconClick

Callback invoked when the navigation icon is clicked.

onAddMembersClick

Callback invoked when the "Add members" button is clicked.