AnimatedPageDragger class

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

Constructors

AnimatedPageDragger.new({SlideDirection? slideDirection, TransitionGoal? transitionGoal, double? slidePercent, StreamController<SlideUpdate>? slideUpdateStream, TickerProvider? vsync})

Properties

completionAnimationController AnimationController?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideDirection SlideDirection?
final
transitionGoal TransitionGoal?
final

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() → void
toString() String
A string representation of this object.
inherited

Operators

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