MessageComposerLeadingContentParams
constructor(state: MessageComposerState, isAttachmentPickerVisible: Boolean, onAttachmentsClick: () -> Unit, modifier: Modifier = Modifier)
Parameters
state
The current state of the message composer.
isAttachmentPickerVisible
Whether the attachment picker is visible.
onAttachmentsClick
Action invoked when attachments button is clicked.
modifier
Modifier for styling.