AnimatedProgressBar constructor
AnimatedProgressBar({})
Implementation
AnimatedProgressBar({
Key? key,
required this.foregroundColor,
required this.backgroundColor,
required this.duration,
}) : super(key: key);