OnTabReorder typedef

OnTabReorder = void Function(int oldIndex, int newIndex)

Event that will be triggered when the tab is reorder.

Implementation

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