onPerformDrop property

Future<void> Function(PerformDropEvent)? onPerformDrop
final

Callback, called when a file is dropped on this RecentChatTile.

Implementation

final Future<void> Function(PerformDropEvent)? onPerformDrop;