ModulaApp constructor
const
ModulaApp({
- required Widget home,
- Key? key,
- ModulaThemeData? theme,
- String? title,
- ThemeMode themeMode = ThemeMode.system,
- bool debugShowCheckedModeBanner = false,
- Map<
String, WidgetBuilder> ? routes,
Implementation
const ModulaApp({
required this.home,
super.key,
this.theme,
this.title,
this.themeMode = ThemeMode.system,
this.debugShowCheckedModeBanner = false,
this.navigatorKey,
this.routes,
});