routes property
Implementation
static Map<String, Widget Function(BuildContext)> routes = {
'loading': (BuildContext context) => const LoadingScreen(),
'map': (BuildContext context) => const MapScreen(),
'developer': (BuildContext context) => const DeveloperInformationScreen(),
};