TabCloseInterceptor typedef

TabCloseInterceptor = bool Function(int tabIndex)

Intercepts a close event to indicates whether the tab can be closed.

Implementation

typedef TabCloseInterceptor = bool Function(int tabIndex);