Nav class

Constructors

Properties

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

Methods

getInitialRouteSettings() RouteSettings?
getPageWidget(String routeName, {Object? arguments, String? type, Widget? orElse}) Widget
getPageWidget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop<T extends Object?>([T? result]) → void
pop
popAndPushNamed<T extends Object?, TO extends Object?>(String routeName, {TO? result, Object? arguments}) Future<T?>
popAndPushNamed
popUntil(RoutePredicate predicate, {String? type}) → void
popUntil
push<T extends Object?>(Route<T> route) Future<T?>
push
pushNamed(String route, {Object? arguments}) Future
pushNamed
pushNamedAndRemoveUntil<T extends Object?>(String newRouteName, RoutePredicate predicate, {Object? arguments}) Future<T?>
pushNamedAndRemoveUntil
pushNamedNative<T>(String routeName, {Object? arguments}) Future<T?>
pushNamedNative
pushReplacementNamed<T extends Object?, TO extends Object?>(String routeName, {TO? result, Object? arguments}) Future<T?>
pushReplacementNamed
toString() String
A string representation of this object.
inherited

Operators

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