onReplyPreviewTap property

void Function(String messageId)? onReplyPreviewTap
final

Callback when reply preview is tapped. messageId is the ID of the message being replied to. Should scroll to that message in the chat.

Implementation

final void Function(String messageId)? onReplyPreviewTap;