onReorderPositions property

OnReorderPositions? onReorderPositions
final

After releasing the dragged child, onReorderPositions is called.

Ensure enableDraggable is set to true for this callback to trigger. This function returns a list of updated positions

Implementation

final OnReorderPositions? onReorderPositions;