MessageComposerEditIndicatorParams

constructor(state: MessageComposerState, editMessage: Message, onCancelClick: () -> Unit, modifier: Modifier = Modifier)

Parameters

state

The current state of the message composer.

editMessage

The message being edited.

onCancelClick

Action invoked when the cancel button is clicked.

modifier

Modifier for styling.