CupertinoAppRouterData class final

Inheritance

Constructors

CupertinoAppRouterData({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)?, RouteInformationProvider? routeInformationProvider, RouteInformationParser<Object>? routeInformationParser, RouterDelegate<Object>? routerDelegate, RouterConfig<Object>? routerConfig, BackButtonDispatcher? backButtonDispatcher, List<NavigatorObserver>? navigatorObservers, CupertinoThemeData? theme})
const

Properties

actions Map<Type, Action<Intent>>?
finalinherited
backButtonDispatcher BackButtonDispatcher?
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
locale Locale?
finalinherited
localeListResolutionCallback LocaleListResolutionCallback?
finalinherited
localeResolutionCallback LocaleResolutionCallback?
finalinherited
localizationsDelegates Iterable<LocalizationsDelegate>?
finalinherited
finalinherited
onGenerateTitle GenerateAppTitle?
finalinherited
onNavigationNotification bool Function(NavigationNotification)?
finalinherited
restorationScopeId String?
finalinherited
routeInformationParser RouteInformationParser<Object>?
finalinherited
routeInformationProvider RouteInformationProvider?
finalinherited
routerConfig RouterConfig<Object>?
finalinherited
routerDelegate RouterDelegate<Object>?
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
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