rootNavigatorKey property

GlobalKey<NavigatorState>? rootNavigatorKey
final

A key to the root navigator state that can be used to perform navigation actions from anywhere in the application.

Implementation

final GlobalKey<NavigatorState>? rootNavigatorKey;