Moves to the given point.
void moveTo(double x, double y) { _currentPoint = Point(x, y); _points.add(_currentPoint!); }