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, CupertinoThemeData theme})
-
Properties
-
actions
→ Map<Type, Action<Intent>>
-
final, inherited
-
builder
→ TransitionBuilder
-
final, inherited
-
checkerboardOffscreenLayers
→ bool
-
final, inherited
-
checkerboardRasterCacheImages
→ bool
-
final, inherited
-
color
→ Color
-
final, inherited
-
debugShowCheckedModeBanner
→ bool
-
final, inherited
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
highContrastDarkTheme
→ ThemeData
-
final, inherited
-
highContrastTheme
→ ThemeData
-
final, inherited
-
home
→ Widget
-
final, inherited
-
initialRoute
→ String
-
final, inherited
-
locale
→ Locale
-
final, inherited
-
localeListResolutionCallback
→ LocaleListResolutionCallback
-
final, inherited
-
localeResolutionCallback
→ LocaleResolutionCallback
-
final, inherited
-
localizationsDelegates
→ Iterable<LocalizationsDelegate>
-
final, inherited
-
navigatorKey
→ GlobalKey<NavigatorState>
-
final, inherited
-
navigatorObservers
→ List<NavigatorObserver>
-
final, inherited
-
onGenerateInitialRoutes
→ InitialRouteListFactory
-
final, inherited
-
onGenerateRoute
→ RouteFactory
-
final, inherited
-
onGenerateTitle
→ GenerateAppTitle
-
final, inherited
-
onUnknownRoute
→ RouteFactory
-
final, inherited
-
routes
→ Map<String, WidgetBuilder>
-
final, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
shortcuts
→ Map<LogicalKeySet, Intent>
-
final, inherited
-
showPerformanceOverlay
→ bool
-
final, inherited
-
showSemanticsDebugger
→ bool
-
final, inherited
-
supportedLocales
→ Iterable<Locale>
-
final, inherited
-
theme
→ CupertinoThemeData
-
final
-
title
→ String
-
final, inherited
-
widgetKey
→ Key
-
final, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited