onRepliedTap property

void Function(ChatItemQuote)? onRepliedTap
final

Callback, called when a replied message of this ChatItem is tapped.

Implementation

final void Function(ChatItemQuote)? onRepliedTap;