navigatorKey property

  1. @override
GlobalKey<NavigatorState> navigatorKey
final

The key used for retrieving the current navigator.

When using this mixin, be sure to use this key to create the navigator.

Implementation

@override
final GlobalKey<NavigatorState> navigatorKey;