reset method
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;
}
Resets the state of the SwipableInfo so all positions are 0.0
. Should
not be used except internally.
void reset() {
_startPosition = _lastPosition = _position = 0.0;
}