AnimatedPageDragger class

Internal Class

This class provides the animation controller used when user stops dragging and page reveal is not completed.

Constructors

AnimatedPageDragger({required SlideDirection slideDirection, required TransitionGoal transitionGoal, required double slidePercentVer, required double slidePercentHor, required LiquidProvider slideUpdateStream, required TickerProvider vsync})
Constructor

Properties

completionAnimationController AnimationController
Animation controller for Completing the Animation when user is Done with dragging
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
slideDirection SlideDirection
SlideDirection LTR, RTL or none
final
transitionGoal TransitionGoal
Current transition goal, either close the page or reveal it
final

Methods

dispose() → void
This method is used to dispose animation controller
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() → void
This method is used to run animation Controller in forward
toString() String
A string representation of this object.
inherited

Operators

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