routes property

Map<String, Widget Function(BuildContext, Map<String, dynamic>?)> routes
final

A map that associates route names with widget constructors.

Implementation

final Map<String, Widget Function(BuildContext, Map<String, dynamic>?)> routes;