MessageComposerInputCenterContentParams
data class MessageComposerInputCenterContentParams(val state: MessageComposerState, val onValueChange: (String) -> Unit, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.MessageComposerInputCenterContent.
Parameters
state
The current state of the message composer.
onValueChange
Action invoked when the input value changes.
modifier
Modifier for styling.
Constructors
Link copied to clipboard
constructor(state: MessageComposerState, onValueChange: (String) -> Unit, modifier: Modifier = Modifier)