ProgressCircular constructor

ProgressCircular({
  1. String percentage = "20",
  2. Color? backgroundColor,
  3. Color? progressColor,
  4. double? size,
  5. Color? fillColor,
  6. double? lineWidth,
})

Implementation

ProgressCircular(
    {this.percentage="20",
    this.backgroundColor,
    this.progressColor,
    this.size,
    this.fillColor,
    this.lineWidth});