OnListReorder typedef

OnListReorder = void Function(int oldListIndex, int newListIndex)

Implementation

typedef void OnListReorder(int oldListIndex, int newListIndex);