CustomCircularIndicator constructor
const
CustomCircularIndicator({})
Implementation
const CustomCircularIndicator({
Key? key,
required this.strokeWidth,
required this.startAngle,
required this.sweepAngle,
required this.radius,
required this.firstCircleColor,
required this.secondCircleColor,
required this.thirdCircleColor,
required this.width,
required this.height,
}) : super(key: key);