CirclePainter constructor

CirclePainter(
  1. Animation<double> _animation, {
  2. required Color color,
})

Implementation

CirclePainter(
  this._animation, {
  required this.color,
}) : super(repaint: _animation);