onItemPressed property

Future<void> Function(ChatItem item)? onItemPressed
final

Callback, called when a ChatItem being a reply or edited is pressed.

Implementation

final Future<void> Function(ChatItem item)? onItemPressed;