RadialProgressBar constructor

const RadialProgressBar({
  1. Key? key,
  2. required double value,
  3. bool? startAnimation = true,
  4. Color? color = Colors.white,
})

Implementation

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