routes property

Returns the routes used by the App's View.

Implementation

Map<String, WidgetBuilder>? get routes => appState?.routes;