onDragEnd property
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;
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.
final ItemCallback? onDragEnd;