waitingRoute property

String? waitingRoute
final

Name of the route to open while page is loading.

This is optional, if you don't define a waitingRoute, framework will show a blank widget which you can override by providing your own widget in waitingPlaceholderWidget.

Implementation

final String? waitingRoute;