currentNavigatorKey property

GlobalKey<NavigatorState>? get currentNavigatorKey

The current navigator key, if set.

Implementation

GlobalKey<NavigatorState>? get currentNavigatorKey => _currentNavigatorKey;