GradientCircularProgressIndicator constructor
const
GradientCircularProgressIndicator({})
Implementation
const GradientCircularProgressIndicator({
Key? key,
required this.value,
this.strokeWidth = 10,
required this.gradient,
this.backgroundColor = Colors.grey,
this.size = 100,
this.startAngle = -pi / 2, // default to top
this.strokeCap = StrokeCap.round,
}) : super(key: key);