reset method

void reset ()

Resets the state of the SwipableInfo so all positions are 0.0. Should not be used except internally.

Implementation

void reset() {
  _startPosition = _lastPosition = _position = 0.0;
}