rootNavKey top-level property

dynamic rootNavKey
final

Implementation

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