FreeLine constructor

FreeLine(
  1. List<Offset> path,
  2. Color color,
  3. double strokeWidth,
  4. StrokeCap strokeCap,
)

Implementation

FreeLine(this.path, this.color, this.strokeWidth, this.strokeCap);