AnimatedBarValue constructor

AnimatedBarValue({
  1. required Color barColor,
  2. required double barValues,
  3. required Color fullProgressColors,
})

Implementation

AnimatedBarValue(
    {required this.barColor,
    required this.barValues,
    required this.fullProgressColors});