Flutter – Named Routes
Read moreWhat is initial route?
initialRoute. The name of the first route to show, if a Navigator is built .
Read moreWhat is initial route in Flutter?
The initialRoute property defines which route the app should start with . The routes property defines the available named routes and the widgets to build when navigating to those routes.
Read more