MessageComposerInput
open fun RowScope.MessageComposerInput(state: MessageComposerState, onInputChanged: (String) -> Unit, onAttachmentRemoved: (Attachment) -> Unit, label: @Composable (MessageComposerState) -> Unit)
The default input content of the message composer.
Parameters
state
The current state of the message composer.
onInputChanged
The action to perform when the input changes.
onAttachmentRemoved
The action to perform when an attachment is removed.
label
The label to show in the composer.