How to pass named routes of main to BottomNavigationBar in other class flutter?
My main.dart screen calls SplashScreen and then SplashScreen calls BottomNavigationScreen. I am manually calling all the screens for _widgetOptions.elementAt(_selectedIndex) in widgetOptions. I want not to call all screens manually. Instead I want to call screens by using named routes defined…