PathTracker constructor
Implementation
PathTracker(this.gestureController, this.locations) {
_paths = [];
_isDraging = false;
taskStarted = false;
prevLocation = locations.first;
nextLocation = locations[1];
index = 1;
}
PathTracker(this.gestureController, this.locations) {
_paths = [];
_isDraging = false;
taskStarted = false;
prevLocation = locations.first;
nextLocation = locations[1];
index = 1;
}