RadialPainter constructor
RadialPainter({})
Implementation
RadialPainter(
{required this.bgColor,
required this.lineColor,
required this.strokeWidth,
required this.percent,
required this.gradientColors});