startPosition property
The location of the pointer along the x-axis when the gesture was initiated.
Implementation
double get startPosition => _startPosition;
Sets values from a reset SwipeInfo
when the pointer is down and begins
swiping.
Implementation
set startPosition(double value) {
_startPosition = _lastPosition = _position = value;
}