ScrollToBottomButtonParams

constructor(visible: Boolean, count: Int, onClick: () -> Unit, modifier: Modifier = Modifier)

Parameters

visible

Whether the button is visible.

count

The unread message count to display.

onClick

Action invoked when the button is clicked.

modifier

Modifier for styling.