onItemReorder property

OnItemReorder onItemReorder
final

Calls this function when a list element is reordered. Takes into account the index change when removing an item, so the newItemIndex can be used directly when inserting.

Implementation

final OnItemReorder onItemReorder;