navigator property
Use this to navigate throughout the your app
Implementation
NavigatorState? get navigator => navigatorKey!.currentState;
Use this to navigate throughout the your app
NavigatorState? get navigator => navigatorKey!.currentState;