routes property

  1. @Deprecated('Should not be an exposed property')
Map<String, WidgetBuilder>? get routes

Returns the routes used by the App's View.

Implementation

@Deprecated('Should not be an exposed property')
Map<String, WidgetBuilder>? get routes => appState?.routes;