CircleProgressBar constructor
const
CircleProgressBar({})
Implementation
const CircleProgressBar({
Key? key,
this.animationDuration = const Duration(seconds: 1),
this.backgroundColor = const Color(0x00000000),
required this.foregroundColor,
this.value = 0,
}) : super(key: key);