UnreadThreadsBanner

fun UnreadThreadsBanner(unreadThreads: Int, modifier: Modifier = Modifier, onClick: () -> Unit? = null)

Composable a banner showing the number of unread threads. It will not be shown if unreadThreads is zero.

Parameters

unreadThreads

The number of unread threads.

modifier

Modifier instance for general styling.

onClick

Action invoked when the user clicks on the banner.