NavigatorName class
Navigate screens with Name
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
-
finish(
BuildContext context, {Object? result}) → dynamic - Finish or Remove or Close or Back screen
-
getArguments(
BuildContext context) → dynamic - get passed data from screen
-
to(
BuildContext context, String routeName, {dynamic arguments, dynamic result(Result result)?}) → dynamic - Navigate to another screens
-
toFinish(
BuildContext context, String routeName, {dynamic arguments}) → dynamic - Navigate screen and remove current screen
-
toFinishUntil(
BuildContext context, String routeName, String untilRouteName, {dynamic arguments}) → dynamic - Navigate screens and until screen remove