startPosition property

double startPosition

The location of the pointer along the x-axis when the gesture was initiated.

Implementation

double get startPosition => _startPosition;
void startPosition= (double value)

Sets values from a reset SwipeInfo when the pointer is down and begins swiping.

Implementation

set startPosition(double value) {
  _startPosition = _lastPosition = _position = value;
}