CupertinoAppData constructor
CupertinoAppData({
- Key? widgetKey,
- Widget? home,
- Map<
String, WidgetBuilder> ? routes, - String? initialRoute,
- RouteFactory? onGenerateRoute,
- RouteFactory? onUnknownRoute,
- TransitionBuilder? builder,
- String? title,
- GenerateAppTitle? onGenerateTitle,
- Color? color,
- Locale? locale,
- Map<
LogicalKeySet, Intent> ? shortcuts, - Map<
Type, Action< ? actions,Intent> > - InitialRouteListFactory? onGenerateInitialRoutes,
- Iterable<
LocalizationsDelegate> ? localizationsDelegates, - LocaleListResolutionCallback? localeListResolutionCallback,
- LocaleResolutionCallback? localeResolutionCallback,
- Iterable<
Locale> ? supportedLocales, - bool? showPerformanceOverlay,
- bool? checkerboardRasterCacheImages,
- bool? checkerboardOffscreenLayers,
- bool? showSemanticsDebugger,
- bool? debugShowCheckedModeBanner,
- ScrollBehavior? scrollBehavior,
- CupertinoThemeData? theme,
Implementation
CupertinoAppData({
super.widgetKey,
super.navigatorKey,
super.home,
super.routes,
super.initialRoute,
super.onGenerateRoute,
super.onUnknownRoute,
super.navigatorObservers,
super.builder,
super.title,
super.onGenerateTitle,
super.color,
super.locale,
super.shortcuts,
super.actions,
super.onGenerateInitialRoutes,
super.localizationsDelegates,
super.localeListResolutionCallback,
super.localeResolutionCallback,
super.supportedLocales,
super.showPerformanceOverlay,
super.checkerboardRasterCacheImages,
super.checkerboardOffscreenLayers,
super.showSemanticsDebugger,
super.debugShowCheckedModeBanner,
super.scrollBehavior,
this.theme,
});