onReorderEnd property

(void Function(int)?) onReorderEnd
final

A callback that is called when the dragged item is dropped.

The index parameter of the callback is the index where the item is dropped. Unlike onReorder, this is called even when the list item is dropped in the same location.

Implementation

final void Function(int)? onReorderEnd;