onSort property

ValueChanged<List<TabPaneData<T>>>? onSort
final

Callback invoked when tabs are reordered through drag-and-drop.

Type: ValueChanged<List<TabPaneData<T>>>?. Called with the new tab order when sorting operations complete. If null, sorting is disabled.

Implementation

final ValueChanged<List<TabPaneData<T>>>? onSort;