NomoApp constructor
Implementation
const NomoApp({
super.key,
required this.routes,
this.localizationDelegate,
required this.supportedLocales,
required this.theme,
required this.sizingThemeBuilder,
this.currentLocale,
});
const NomoApp({
super.key,
required this.routes,
this.localizationDelegate,
required this.supportedLocales,
required this.theme,
required this.sizingThemeBuilder,
this.currentLocale,
});