FastCircleProgressPainter constructor

const FastCircleProgressPainter(
  1. double currentProgress, {
  2. Color progressColor = Colors.blue,
  3. Color backgroundColor = Colors.grey,
  4. double strokeWidth = 10,
})

Implementation

const FastCircleProgressPainter(
  this.currentProgress, {
  this.progressColor = Colors.blue,
  this.backgroundColor = Colors.grey,
  this.strokeWidth = 10,
});