onDragCompleted property
final
Callback, called when an item is accepted by some DragTarget.
Implementation
final Function(T)? onDragCompleted;
Callback, called when an item is accepted by some DragTarget.
final Function(T)? onDragCompleted;