ProKitNavigator class

Constructors

ProKitNavigator.new()

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

final

Static Methods

pop<T extends Object?>([T? result]) → void
Pops the current route off the stack.
push(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) Future
Pushes a new route onto the stack with an animation.
pushAndRemoveUntil(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) Future
Pushes the route and removes all the previous routes.
pushReplacement(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) Future
Replaces the current route with a new one with an animation.