onDragEnd property

VoidCallback? onDragEnd
final

Called when the drag process has ended, either via Draggable.onDraggableCanceled or Draggable.onDragCompleted

Implementation

final VoidCallback? onDragEnd;