onDragStarted property
Callback when dragging starts with the index where it started.
Prevent updating your children while you are dragging because this can lead
to an unexpected behavior.
index
is the position of the child where the dragging started.
Implementation
final ItemCallback? onDragStarted;