AppData class final

Implementers

Constructors

AppData({Key? widgetKey, String? title, GenerateAppTitle? onGenerateTitle, Color? color, Locale? locale, Iterable<LocalizationsDelegate>? localizationsDelegates, LocaleListResolutionCallback? localeListResolutionCallback, LocaleResolutionCallback? localeResolutionCallback, Iterable<Locale> supportedLocales = kDefaultSupportedLocales, bool showPerformanceOverlay = kDefaultShowPerformanceOverlay, bool checkerboardRasterCacheImages = kDefaultCheckerboardRasterCacheImages, bool checkerboardOffscreenLayers = kDefaultCheckerboardOffscreenLayers, bool showSemanticsDebugger = kDefaultShowSemanticsDebugger, bool debugShowCheckedModeBanner = kDefaultDebugShowCheckedModeBanner, Map<LogicalKeySet, Intent>? shortcuts, Map<Type, Action<Intent>>? actions, String? restorationScopeId, ScrollBehavior? scrollBehavior, TransitionBuilder? builder, bool onNavigationNotification(NavigationNotification)?, GlobalKey<NavigatorState>? navigatorKey, Widget? home, Map<String, WidgetBuilder> routes = kDefaultAppRoutes, String? initialRoute, RouteFactory? onGenerateRoute, List<Route> onGenerateInitialRoutes(String)?, RouteFactory? onUnknownRoute, List<NavigatorObserver> navigatorObservers = kDefaultNavigationObservers})
const

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
home Widget?
final
initialRoute String?
final
locale Locale?
finalinherited
localeListResolutionCallback LocaleListResolutionCallback?
finalinherited
localeResolutionCallback LocaleResolutionCallback?
finalinherited
localizationsDelegates Iterable<LocalizationsDelegate>?
finalinherited
final
final
onGenerateInitialRoutes List<Route> Function(String)?
final
onGenerateRoute RouteFactory?
final
onGenerateTitle GenerateAppTitle?
finalinherited
onNavigationNotification bool Function(NavigationNotification)?
finalinherited
onUnknownRoute RouteFactory?
final
restorationScopeId String?
finalinherited
routes Map<String, WidgetBuilder>
final
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
title String?
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