onPerformDrop property
final
Callback, called when a file is dropped on this RecentChatTile.
Implementation
final Future<void> Function(PerformDropEvent)? onPerformDrop;
Callback, called when a file is dropped on this RecentChatTile.
final Future<void> Function(PerformDropEvent)? onPerformDrop;