RoundedLinearPercentify constructor

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

Implementation

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