onSelectionUpdated property

(dynamic Function(int)?) onSelectionUpdated
final

Call back function on changing tabs this is an int - representing the index of the tabsNames list

Implementation

final Function(int)? onSelectionUpdated;