CupertinoAppData class

Constructors

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

Properties

actions Map<Type, Action<Intent>>?
finalinherited
builder TransitionBuilder?
finalinherited
checkerboardOffscreenLayers bool?
finalinherited
checkerboardRasterCacheImages bool?
finalinherited
color Color?
finalinherited
debugShowCheckedModeBanner bool?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
highContrastDarkTheme ThemeData?
finalinherited
highContrastTheme ThemeData?
finalinherited
home Widget?
finalinherited
initialRoute String?
finalinherited
locale Locale?
finalinherited
localeListResolutionCallback LocaleListResolutionCallback?
finalinherited
localeResolutionCallback LocaleResolutionCallback?
finalinherited
localizationsDelegates Iterable<LocalizationsDelegate>?
finalinherited
finalinherited
finalinherited
onGenerateInitialRoutes InitialRouteListFactory?
finalinherited
onGenerateRoute RouteFactory?
finalinherited
onGenerateTitle GenerateAppTitle?
finalinherited
onUnknownRoute RouteFactory?
finalinherited
restorationScopeId String?
finalinherited
routes Map<String, WidgetBuilder>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollBehavior ScrollBehavior?
finalinherited
shortcuts Map<LogicalKeySet, Intent>?
finalinherited
showPerformanceOverlay bool?
finalinherited
showSemanticsDebugger bool?
finalinherited
supportedLocales Iterable<Locale>?
finalinherited
theme CupertinoThemeData?
final
title String?
finalinherited
useInheritedMediaQuery bool?
finalinherited
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited