onDragCompleted property

dynamic Function(T)? onDragCompleted
final

Callback, called when an item is accepted by some DragTarget.

Implementation

final Function(T)? onDragCompleted;