MessageListHelperContentParams
constructor(messageListState: MessageListState, messagesLazyListState: MessagesLazyListState, contentPadding: PaddingValues, onScrollToBottomClick: (() -> Unit) -> Unit)
Parameters
messageListState
The current state of the message list.
messagesLazyListState
The lazy list state for scrolling.
contentPadding
The content padding of the message list.
onScrollToBottomClick
Action invoked when the scroll to bottom button is clicked.