AnimatedProgressBar constructor

const AnimatedProgressBar({
  1. Key? key,
  2. required List<Color> colors,
  3. required Size size,
})

Implementation

const AnimatedProgressBar(
    {Key? key, required this.colors, required this.size})
    : super(key: key);