navigatorKey property

GlobalKey<NavigatorState> navigatorKey
final

A key to use when building the Navigator. Usually a reference to MaterialApp.navigatorKey.

Used by this to directly manipulate the Navigator without first obtaining NavigatorState from a BuildContext via Navigator.of.

Implementation

final GlobalKey<NavigatorState> navigatorKey;