StrokePainter constructor

StrokePainter(
  1. {dynamic circleColor,
  2. dynamic lineColor,
  3. bool last: false}
)

Implementation

StrokePainter({
  this.circleColor,
  this.lineColor,
  this.last = false,
}) : super();