rootNavigatorKey property

GlobalKey<NavigatorState>? rootNavigatorKey
finalinherited

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;