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

getter/setter pair

Static Methods

bottomToTop(dynamic context, dynamic animation, dynamic secondaryAnimation, dynamic child) SlideTransition
Animation method for bottom to top
leftToRight(dynamic context, dynamic animation, dynamic secondaryAnimation, dynamic child) SlideTransition
Animation method for left to right
pageRouteBuilder(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) PageRouteBuilder
This is our page route Builder with animation
pop<T extends Object?>([T? result]) → dynamic
pushAndRemoveUntil<T extends Object?>(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) Future
we use this method to push and replace with current page.
pushAndReplace<T extends Object?, TO extends Object?>(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) Future
pushNamed<T extends Object?>(Widget child, {NavigateAnimType animationType = NavigateAnimType.leftToRight}) Future
rightToLeft(dynamic context, dynamic animation, dynamic secondaryAnimation, dynamic child) SlideTransition
Animation method for right to left
topToBottom(dynamic context, dynamic animation, dynamic secondaryAnimation, dynamic child) SlideTransition
Animation method for top to bottom