GroupChannelInfoTopBarParams

constructor(headerState: ChannelHeaderViewState, infoState: ChannelInfoViewState, listState: LazyListState, onNavigationIconClick: () -> Unit, onActionClick: () -> Unit = {})

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.

onActionClick

Callback invoked when the action button is clicked.