RoundedCircularPercentify constructor

RoundedCircularPercentify(
  1. double _percent, {
  2. Key? key,
  3. Widget? child,
  4. double? strokeWidth,
  5. double? valueStrokeWidth,
  6. Color? backgroundColor,
  7. Color? valueColor,
})

Implementation

RoundedCircularPercentify(this._percent, {Key? key, this.child, this.strokeWidth, this.valueStrokeWidth, this.backgroundColor, this.valueColor})
    : super(key: key);