onFileTap property
final
Callback, called when a FileAttachment of some ChatItem is tapped.
Implementation
final void Function(ChatItem, FileAttachment)? onFileTap;
Callback, called when a FileAttachment of some ChatItem is tapped.
final void Function(ChatItem, FileAttachment)? onFileTap;