Push class

Constructors

Push()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

off<T extends Object?, TO extends Object?>(Widget page, BuildContext context, {TO? result, PageTransitionType transitionType = _defaultTransition}) Future<T?>
offAll<T extends Object?>(Widget page, BuildContext context, {bool predicate(Route)?, PageTransitionType transitionType = _defaultTransition}) Future<T?>
offAllNamed<T extends Object?>(String routeName, BuildContext context, {bool predicate(Route)?, Object? arguments}) Future<T?>
offNamed<T extends Object?, TO extends Object?>(String routeName, BuildContext context, {Object? arguments}) Future<T?>
to<T extends Object?>(Widget page, BuildContext context, {PageTransitionType transitionType = _defaultTransition}) Future<T?>
toNamed<T extends Object?>(String routeName, BuildContext context, {Object? arguments}) Future<T?>