onReorder property

ReorderCallback onReorder
final

A callback used by ReorderableList to report that a list item has moved to a new position in the list.

Implementations should remove the corresponding list item at oldIndex and reinsert it at newIndex.

Implementation

final ReorderCallback onReorder;