onDragEnd property

VoidCallback? onDragEnd
final

Callback invoked when a drag operation ends successfully.

Type: VoidCallback?. Called when the drag completes with a successful drop. This is called before the appropriate accept callback.

Implementation

final VoidCallback? onDragEnd;