ChannelListHeader

open fun ChannelListHeader(modifier: Modifier, title: String, currentUser: User?, connectionState: ConnectionState, onAvatarClick: (User?) -> Unit, onHeaderActionClick: () -> Unit)

The default header shown above the channel list. Usually contains the current user's avatar, a title or the connected status, and an action button.