initialRoute property
The name of the first route to display.
Defaults to '/'. If routes or onGenerateRoute can handle
this route, it will be pushed on initialization.
Implementation
final String? initialRoute;
The name of the first route to display.
Defaults to '/'. If routes or onGenerateRoute can handle
this route, it will be pushed on initialization.
final String? initialRoute;