FpjWidgetApp constructor
const
FpjWidgetApp({
- Widget? home,
- VoidCallback? onInit,
- VoidCallback? onReady,
- VoidCallback? onDispose,
- Iterable<
Locale> ? supportedLocales, - Size? size,
- String? initialRoute,
- List<
GetPage> ? getPages, - String title = "",
- Color? scaffoldBackgroundColor,
- AppBarTheme? appBarTheme,
- ValueChanged<
Routing?> ? routingCallback, - Map<
String, Widget Function(BuildContext)> routes = const <String, WidgetBuilder>{}, - Key? key,
Implementation
const FpjWidgetApp({
this.home,
this.onInit,
this.onReady,
this.onDispose,
this.supportedLocales,
this.size,
this.initialRoute,
this.getPages,
this.title = "",
this.scaffoldBackgroundColor,
this.appBarTheme,
this.navigatorObservers,
this.routingCallback,
this.routes = const <String, WidgetBuilder>{},
super.key,
});