StackedPage<T> class abstract

Inheritance
Implementers

Constructors

StackedPage({required RouteData routeData, required Widget child, bool fullscreenDialog = false, bool maintainState = true, bool opaque = true, LocalKey? key})

Properties

arguments Object?
The arguments passed to this route.
finalinherited
child Widget
no setter
fullscreenDialog bool
final
hashCode int
The hash code for this object.
no setterinherited
key LocalKey?
The key associated with this page.
finalinherited
maintainState bool
final
name String?
The name of the route (e.g., "/settings").
finalinherited
opaque bool
final
popped Future<T?>
no setter
restorationId String?
Restoration ID to save and restore the state of the Route configured by this page.
finalinherited
routeData RouteData
final
routeKey LocalKey
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildPage(BuildContext context) Widget
canUpdate(Page other) bool
Whether this page can be updated with the other page.
override
createRoute(BuildContext context) Route<T>
Creates the Route that corresponds to this page.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCreateRoute(BuildContext context) Route<T>
toString() String
A string representation of this object.
inherited

Operators

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