navigatorGlobalKey top-level property
A global key for accessing the Navigator of the app, enabling navigation from outside the widget tree.
Implementation
GlobalKey<NavigatorState> navigatorGlobalKey = GlobalKey<NavigatorState>();
A global key for accessing the Navigator of the app, enabling navigation from outside the widget tree.
GlobalKey<NavigatorState> navigatorGlobalKey = GlobalKey<NavigatorState>();