FastCircleProgress constructor
const
FastCircleProgress({})
Implementation
const FastCircleProgress({
super.key,
required this.currentProgress,
this.labelText,
this.width = 64,
this.height = 64,
this.progressColor = Colors.blue,
this.backgroundColor = Colors.grey,
this.strokeWidth = 10,
});