ConfigData class

Constructors

ConfigData({required ValueChanged<Routing?>? routingCallback, required Transition? defaultTransition, required bool? opaqueRoute, required VoidCallback? onInit, required VoidCallback? onReady, required VoidCallback? onDispose, required bool? enableLog, required Logger? logWriterCallback, required bool? popGesture, required SmartManagement smartManagement, required List<Bind> binds, required Duration? transitionDuration, required bool? defaultGlobalState, required List<FlowerPage>? flowerPages, required FlowerPage? unknownRoute, required RouteInformationProvider? routeInformationProvider, required RouteInformationParser<Object>? routeInformationParser, required RouterDelegate<Object>? routerDelegate, required BackButtonDispatcher? backButtonDispatcher, required List<NavigatorObserver>? navigatorObservers, required GlobalKey<NavigatorState>? navigatorKey, required GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey, required Map<String, Map<String, String>>? translationsKeys, required Translations? translations, required Locale? locale, required Locale? fallbackLocale, required String? initialRoute, required CustomTransition? customTransition, required Widget? home, Color? primaryColor})

Properties

backButtonDispatcher BackButtonDispatcher?
final
binds List<Bind>
final
customTransition CustomTransition?
final
defaultGlobalState bool?
final
defaultTransition Transition?
final
enableLog bool?
final
fallbackLocale Locale?
final
flowerPages List<FlowerPage>?
final
hashCode int
The hash code for this object.
no setterinherited
home Widget?
final
initialRoute String?
final
locale Locale?
final
logWriterCallback Logger?
final
final
final
onDispose VoidCallback?
final
onInit VoidCallback?
final
onReady VoidCallback?
final
opaqueRoute bool?
final
popGesture bool?
final
primaryColor Color?
final
routeInformationParser RouteInformationParser<Object>?
final
routeInformationProvider RouteInformationProvider?
final
routerDelegate RouterDelegate<Object>?
final
routingCallback ValueChanged<Routing?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldMessengerKey GlobalKey<ScaffoldMessengerState>?
final
smartManagement SmartManagement
final
transitionDuration Duration?
final
translations Translations?
final
translationsKeys Map<String, Map<String, String>>?
final
unknownRoute FlowerPage?
final

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