notifyTabChanged method

  1. @override
void notifyTabChanged(
  1. TabFlow tabFlow
)
override

Changing _currentTab by changing bottom navigation bar item in BottomNavigationPage.

Implementation

@override
void notifyTabChanged(TabFlow tabFlow) {
  _currentTab = tabFlow;
}