LineProgressPainter constructor
const
LineProgressPainter({})
Implementation
const LineProgressPainter(
{required this.progress,
required this.color,
required this.progressColor,
required this.strokeWidth,
required this.radius});