StrokePainter constructor
- {dynamic circleColor,
- dynamic lineColor,
- bool last: false}
Implementation
StrokePainter({
this.circleColor,
this.lineColor,
this.last = false,
}) : super();
StrokePainter({
this.circleColor,
this.lineColor,
this.last = false,
}) : super();