routes property
Implementation
@Deprecated('Should not be an exposed property')
Map<String, WidgetBuilder> get routes =>
_routes ?? onRoutes() ?? const <String, WidgetBuilder>{};
@Deprecated('Should not be an exposed property')
Map<String, WidgetBuilder> get routes =>
_routes ?? onRoutes() ?? const <String, WidgetBuilder>{};