PageConfiguration class

Constructors

PageConfiguration({LocalKey? key, required String path, required Widget child, PageParameter pageParameter = const PageParameter()})

Properties

child Widget
final
hashCode int
The hash code for this object.
no setterinherited
key LocalKey
final
pageParameter PageParameter
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateRouteKey() LocalKey
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPage<T extends Object?>() RoutePage<T?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited