onReplyPreviewTap property

void Function(String messageId)? onReplyPreviewTap
final

Callback when reply preview is tapped. messageId is the ID of the message being replied to.

Implementation

final void Function(String messageId)? onReplyPreviewTap;