StatefulNavHandler class abstract

Inheritance

Constructors

StatefulNavHandler(String label, {String initialRoute = '/'})

Properties

arguments Map<String, Object?>
getter/setter pair
currentScreen String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pairinherited
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateRoute(RouteSettings settings) Route
inherited
maybePop() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop<T>([T? result]) → void
popToNamed(String name, {Object? arguments}) → void
pushNamed<T>(String name, {Object? arguments}) Future<T?>
toString() String
A string representation of this object.
inherited

Operators

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