AdaptiveRoute<T> class

Inheritance

Constructors

AdaptiveRoute({bool initial = false, bool fullscreenDialog = false, bool maintainState = true, String? name, String? path, bool usesPathAsKey = false, bool fullMatch = false, String? cupertinoPageTitle, required Type page, List<Type>? guards, List<StackedRoute>? children, bool opaque = true, Type? returnType, Map<String, dynamic> meta = const {}, bool? deferredLoading})
const

Properties

children List<StackedRoute>?
finalinherited
cupertinoPageTitle String?
passed to the title property in CupertinoPageRoute
final
deferredLoading bool?
finalinherited
fullMatch bool
finalinherited
fullscreenDialog bool?
passed to the fullscreenDialog property in MaterialPageRoute
finalinherited
guards List<Type>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initial bool?
finalinherited
maintainState bool?
passed to the maintainState property in MaterialPageRoute
finalinherited
meta Map<String, dynamic>
meta data
finalinherited
name String?
finalinherited
opaque bool
passed to the opaque property in _NoAnimationPageRouteBuilder only when kIsWeb
final
page Type?
finalinherited
path String?
route path name which will be assigned to the given variable name const homeScreen = 'path'; if null a kabab cased variable name prefixed with '/' will be used; homeScreen -> home-screen
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usesPathAsKey bool
if true path is used as page key instead of name
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