SimpleLine.data constructor
SimpleLine.data({})
Implementation
SimpleLine.data({
this.minPointDistance = 2.0,
this.useBezierCurve = false,
this.points,
DrawPath? path,
required Paint paint,
}) : path = path ?? DrawPath(),
super.paint(paint);