BloomApp constructor
const
BloomApp({
- Key? key,
- String? title,
- RouterConfig<
Object> ? routerConfig, - List<
RouteBase> ? routes, - String initialLocation = '/',
- BloomTheme? theme,
- BloomTheme? darkTheme,
- BloomThemeMode themeMode = ui.BloomThemeMode.system,
- Locale? locale,
- Iterable<
LocalizationsDelegate> ? localizationsDelegates, - Iterable<
Locale> ? supportedLocales, - bool debugShowCheckedModeBanner = false,
- Widget? home,
Creates a BloomApp root widget.
Implementation
const BloomApp({
super.key,
this.title,
this.routerConfig,
this.routes,
this.initialLocation = '/',
this.theme,
this.darkTheme,
this.themeMode = ui.BloomThemeMode.system,
this.locale,
this.localizationsDelegates,
this.supportedLocales,
this.debugShowCheckedModeBanner = false,
this.home,
});