AdvancedProgressPainter constructor

const AdvancedProgressPainter({
  1. double? primaryValue,
  2. double? secondaryValue,
  3. double? secondaryWidth,
  4. double? radius,
  5. double? startAngle,
  6. double? maxDegrees,
  7. double? progressGap,
  8. int? division,
  9. int? levelAmount,
  10. double? levelLowWidth,
  11. double? levelLowHeight,
  12. double? levelHighWidth,
  13. double? levelHighHeight,
  14. Color? primaryColor,
  15. Color? secondaryColor,
  16. Color? tertiaryColor,
  17. bool? levelHighBeginEnd,
})

Implementation

const AdvancedProgressPainter({
  this.primaryValue,
  this.secondaryValue,
  this.secondaryWidth,
  this.radius,
  this.startAngle,
  this.maxDegrees,
  this.progressGap,
  this.division,
  this.levelAmount,
  this.levelLowWidth,
  this.levelLowHeight,
  this.levelHighWidth,
  this.levelHighHeight,
  this.primaryColor,
  this.secondaryColor,
  this.tertiaryColor,
  this.levelHighBeginEnd,
});