TabSelectInterceptor typedef

TabSelectInterceptor = bool Function(int newTabIndex)

Intercepts a select event to indicate whether the tab can be selected.

Implementation

typedef TabSelectInterceptor = bool Function(int newTabIndex);