App constructor
const
App({})
Implementation
const App({
this.defaultThemeColor,
required this.initialRoute,
required this.getPages,
required this.locale,
required this.translations,
required this.providers,
this.themeBuilder,
this.fallbackLocale,
this.navigatorObservers,
Key? key,
}) : assert(defaultThemeColor != null || themeBuilder != null),
super(key: key);