ProKitApp constructor
const
ProKitApp({
- Key? key,
- required Widget home,
- ThemeData? theme,
- ThemeData? darkTheme,
- String? title,
- bool? useInternetOverlay = false,
- ProKitThemeModel? customLightTheme,
- ProKitThemeModel? customDarkTheme,
Implementation
const ProKitApp({
super.key,
required this.home,
this.theme,
this.darkTheme,
this.title,
this.useInternetOverlay = false,
this.customLightTheme,
this.customDarkTheme,
});