onDragEnd property

ItemCallback? onDragEnd
final

Callback when the dragged child was released with the index.

index is the position of the child where the dragging ended. Important: This is called before onReorder.

Implementation

final ItemCallback? onDragEnd;