CirclesPainter constructor
CirclesPainter({
- required Color color,
- required double progress,
- required PaintingStyle paintingStyle,
- required StrokeJoin strokeJoin,
- required StrokeCap strokeCap,
- required double strokeWidth,
Implementation
CirclesPainter({
required this.color,
required this.progress,
required this.paintingStyle,
required this.strokeJoin,
required this.strokeCap,
required this.strokeWidth,
});