const RadialProgressBar({Key? key, required this.value, this.startAnimation=true, this.color=Colors.white}) : super(key: key);