ProgressRotate constructor

ProgressRotate({
  1. String? percentage = "20",
  2. Color? backgroundColor,
  3. Color? progressColor,
  4. double? percentFontSize,
  5. double? radius,
  6. Color? fillColor = Colors.transparent,
  7. double? lineWidth,
})

Implementation

ProgressRotate(
    {this.percentage="20",
    this.backgroundColor,
    this.progressColor,
    this.percentFontSize,
    this.radius,
    this.fillColor = Colors.transparent,
    this.lineWidth});