BasicIndicatorPainter constructor
BasicIndicatorPainter(
- double offset,
- int count,
- BasicIndicatorEffect _effect
Default constructor
Implementation
BasicIndicatorPainter(
double offset,
this.count,
this._effect,
) : dotRadius = Radius.circular(_effect.radius),
dotPaint = Paint()
..color = _effect.dotColor
..style = _effect.paintStyle
..strokeWidth = _effect.strokeWidth,
super(offset);