swipable
swipable
SwipableInfo
lastPosition property
lastPosition
SwipableInfo class
Constructors
SwipableInfo
Properties
contextWidth
delta
fractionalDelta
fractionalPosition
fractionalVelocity
lastPosition
position
startPosition
velocity
hashCode
runtimeType
Methods
reset
toString
noSuchMethod
Operators
operator ==
lastPosition property
double
lastPosition
The previous location of the pointer along the x-axis.
Implementation
double get lastPosition => _lastPosition;