onPerformDrop property

Future<void> Function(PerformDropEvent)? onPerformDrop
final

Callback, called when DropRegion.onPerformDrop.

Implementation

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