SuraNavigator class

Constructors

SuraNavigator()

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 Properties

getContext → dynamic
no setter
final

Static Methods

dialog<T>(Widget dialog, {bool barrierDismissible = true}) Future<T?>
show a dialog
pop<T>([T? result]) → void
pop the current route
push<T>(Widget page, {bool fullsreenDialog = false}) Future
Push the navigator to widget's route
pushAndRemove(Widget page) Future
short handed push and remove navigator
pushNamed<T>(String name, {Object? argument}) Future
pushReplacement(Widget page, {bool fullScreenDialog = false}) Future
short handed push replacement navigator