points property
List<OffsetPoint>
get
points
Returns an unmodifiable list of the raw OffsetPoints that make up this path.
Implementation
List<OffsetPoint> get points => _points;
Returns an unmodifiable list of the raw OffsetPoints that make up this path.
List<OffsetPoint> get points => _points;