The points that makes up the polyline.
List<Point> get points => _points;
set points(List<Point> points) { _points = points; _calculatedTextureStops = null; }