AnimatedPageDragger class

Constructors

AnimatedPageDragger({dynamic slideDirection, dynamic transitionGoal, dynamic slidePercent, StreamController<SlideUpdate>? slideUpdateStream, required 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 → dynamic
final
transitionGoal → dynamic
final

Methods

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

Operators

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

Constants

PERCENT_PER_MILLISECOND → const double