ScrollToFirstButton

fun ScrollToFirstButton(onClick: () -> Unit, modifier: Modifier = Modifier)

Represents a bottom arrow button that scrolls to the latest message in the ChannelScreen.

Since

1.0.0

Parameters

onClick

The handler for when the user clicks on the button.

modifier

The modifier to be applied to the view.

See also