onFileTap property

void Function(FileAttachment)? onFileTap
final

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

Implementation

final void Function(FileAttachment)? onFileTap;