List<Point> points

The points that makes up the polyline.

Source

List<Point> get points => _points;
void points=(List<Point> points)

Source

set points(List<Point> points) {
  _points = points;
  _calculatedTextureStops = null;
}