CircularProgressbarWithAnimation constructor
CircularProgressbarWithAnimation({})
Implementation
CircularProgressbarWithAnimation(
{Key? key,
this.from = 0,
this.to = 100,
this.symbol = '%',
this.colorConditions,
this.strokeColor = Colors.grey,
this.innerStrokeColor = Colors.purpleAccent,
this.innerStrokeWidth = 15,
this.strokeWidth = 5,
this.duration,
this.textStyle})
: super(key: key);