currentTabKeys property

Map<AppTabType, GlobalKey<NavigatorState>> currentTabKeys
getter/setter pair

Contains global keys for every tab in app

Implementation

Map<AppTabType, GlobalKey<NavigatorState>> currentTabKeys = {};