FastAppLoader constructor
const
FastAppLoader({
- Key? key,
- required WidgetBuilder appBuilder,
- Duration delayBeforeShowingLoader = const Duration(seconds: 1),
- Iterable<
Locale> supportedLocales = kFastSupportedLocales, - bool debugShowCheckedModeBanner = false,
- Iterable<
LocalizationsDelegate> ? localizationsDelegates, - FastAppLoaderBuilder? loaderBuilder,
- IFastErrorReporter? errorReporter,
- FastAppLoaderErrorBuilder? errorBuilder,
- Iterable<
FastJob> ? loaderJobs, - ThemeData? lightTheme,
- ThemeData? darkTheme,
- Locale? locale,
Implementation
const FastAppLoader({
super.key,
required this.appBuilder,
this.delayBeforeShowingLoader = const Duration(seconds: 1),
this.supportedLocales = kFastSupportedLocales,
this.debugShowCheckedModeBanner = false,
this.localizationsDelegates,
this.loaderBuilder,
this.errorReporter,
this.errorBuilder,
this.loaderJobs,
this.lightTheme,
this.darkTheme,
this.locale,
});