points property

List<Offset> points

The points that makes up the polyline.

Implementation

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

Implementation

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