onSendButtonTap property

dynamic Function(BuildContext, BaseMessage, PreviewMessageMode?)? onSendButtonTap
final

onSendButtonTap some task to execute if user presses the primary/send button

Implementation

final Function(BuildContext, BaseMessage, PreviewMessageMode?)?
    onSendButtonTap;