NomoApp constructor
const
NomoApp({
- required NomoThemeDelegate<
Object, Object> themeDelegate, - required RouterConfig<
Object> routerConfig, - required Color color,
- required Iterable<
Locale> supportedLocales, - Key? key,
- LocalizationsDelegate? localizationDelegate,
- Locale? currentLocale,
- String translator(
- String value
- Widget appWrapper(
- BuildContext context,
- Widget app
Implementation
const NomoApp({
required this.themeDelegate,
required this.routerConfig,
required this.color,
required this.supportedLocales,
super.key,
this.localizationDelegate,
this.currentLocale,
this.translator,
this.appWrapper,
});