OnReorder typedef

OnReorder = void Function(int oldIndex, int newIndex)

Event that will be triggered when the tab is reorder.

Implementation

typedef OnReorder = void Function(int oldIndex, int newIndex);