onFileTap property

void Function(ChatItem, FileAttachment)? onFileTap
final

Callback, called when a FileAttachment of some ChatItem is tapped.

Implementation

final void Function(ChatItem, FileAttachment)? onFileTap;