globalNavigatorKey property

GlobalKey<NavigatorState> globalNavigatorKey
final

Global key for main app global navigator

You need to pass it to instance of MaterialApp

Implementation

final globalNavigatorKey = GlobalKey<NavigatorState>();