SampledPathData constructor
SampledPathData()
Implementation
SampledPathData() {
points1 = List<Offset>.empty(growable: true);
points2 = List<Offset>.empty(growable: true);
shiftedPoints = List<Offset>.empty(growable: true);
endIndices = List<int>.empty(growable: true);
}