AnimatedCircleBorderPainter constructor

const AnimatedCircleBorderPainter({
  1. required double progress,
  2. required Color color,
})

Creates an AnimatedCircleBorderPainter with the specified progress and color.

Implementation

const AnimatedCircleBorderPainter({
  required this.progress,
  required this.color,
});