A map that associates route names with widget constructors.
final Map<String, Widget Function(BuildContext, Map<String, dynamic>?)> routes;