Stroke constructor

const Stroke(
  1. List<Point> points
)

Implementation

const Stroke(this.points);