NavigatorPlus class

Properties

canBack bool
Check if you can return
no setter
currentContext BuildContext?
no setter
hashCode int
The hash code for this object.
no setterinherited
key GlobalKey<NavigatorState>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addKey(GlobalKey<NavigatorState>? newKey) GlobalKey<NavigatorState>?
back({dynamic result}) → void
Back to previous Widget
backAll() → void
Back to first stack widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(Widget destination, {bool? replace, bool? maintainState, RouteSettings? settings}) Future?
Navigate to a specific Widget
showModal(Widget destination, {bool? replace, bool? maintainState, RouteSettings? settings}) Future?
Navigate to a modal specific Widget
toString() String
A string representation of this object.
inherited

Operators

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