initialRoute property

String? initialRoute
final

The name of the first route to show.

If initialRoute not specified, the first route from routes is considered the initial route.

Implementation

final String? initialRoute;