OnTabClose typedef

OnTabClose = void Function(int tabIndex, TabData tabData)

The event that will be triggered after the tab close.

Implementation

typedef OnTabClose = void Function(int tabIndex, TabData tabData);