navigatorGlobalKey top-level property

GlobalKey<NavigatorState> navigatorGlobalKey
getter/setter pair

A global key for accessing the Navigator of the app, enabling navigation from outside the widget tree.

Implementation

GlobalKey<NavigatorState> navigatorGlobalKey = GlobalKey<NavigatorState>();