currentNavigatorKey property

GlobalKey<NavigatorState>? currentNavigatorKey

The current navigator key, if set.

Implementation

GlobalKey<NavigatorState>? get currentNavigatorKey => _currentNavigatorKey;