MessageComposerInputCenterContentParams
constructor(state: MessageComposerState, onValueChange: (String) -> Unit, modifier: Modifier = Modifier)
Parameters
state
The current state of the message composer.
onValueChange
Action invoked when the input value changes.
modifier
Modifier for styling.