rootNavigatorKey top-level property

GlobalKey<NavigatorState> rootNavigatorKey
final

Global navigator key for top-level navigation (e.g., login screen).

Implementation

final GlobalKey<NavigatorState> rootNavigatorKey = GlobalKey<NavigatorState>(
  debugLabel: 'root',
);