Page<T> class
Null safety
Describes the configuration of a Route.
The type argument T
is the corresponding Route's return type, as
used by Route.currentResult, Route.popped, and Route.didPop.
See also:
- Navigator.pages, which accepts a list of Pages and updates its routes history.
- Inheritance
-
- Object
- RouteSettings
- Page
- Implementers
Constructors
Properties
- arguments → Object?
-
The arguments passed to this route.
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- key → LocalKey?
-
The key associated with this page.
final
- name → String?
-
The name of the route (e.g., "/settings").
finalinherited
- restorationId → String?
-
Restoration ID to save and restore the state of the Route configured by
this page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
canUpdate(
Page other) → bool -
Whether this page can be updated with the
other
page. -
copyWith(
{String? name, Object? arguments}) → RouteSettings -
Creates a copy of this route settings object with the given fields
replaced with the new values.
inherited
-
createRoute(
BuildContext context) → Route< T> -
Creates the Route that corresponds to this page.
factory">@factory
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited