isRootPage property
bool
get
isRootPage
Implementation
bool get isRootPage =>
_currentTab == TabItem.home && _currentTabNavigationKey.currentState?.canPop() == false;
bool get isRootPage =>
_currentTab == TabItem.home && _currentTabNavigationKey.currentState?.canPop() == false;