OnTabSelection typedef

OnTabSelection = dynamic Function(int? newTabIndex)

Event that will be triggered when the tab selection is changed.

Implementation

typedef OnTabSelection = Function(int? newTabIndex);