AnimatedEllipticalProgressBar constructor
const
AnimatedEllipticalProgressBar({})
constructor of animated elliptical progress bar
Implementation
const AnimatedEllipticalProgressBar(
{Key? key,
required this.fillColor,
required this.bgColor,
required this.progress,
this.textColor = Colors.white,
this.showCenterProgress = true,
this.thickness = 10,
this.progressTextStyle})
: super(key: key);