CircularGaugeTheme constructor

const CircularGaugeTheme({
  1. Color? backgroundColor,
  2. Color? borderColor,
  3. Color? titleColor,
  4. Color? valueColor,
  5. Color? unitColor,
  6. Color? tickColor,
  7. Color? majorTickColor,
  8. Color? labelColor,
  9. Color? needleColor,
  10. Color? centerDotColor,
  11. Color? arcColor,
  12. Color? progressColor,
  13. TextStyle? titleStyle,
  14. TextStyle? valueStyle,
  15. TextStyle? unitStyle,
  16. TextStyle? labelStyle,
  17. double? needleWidth,
  18. double? centerDotRadius,
  19. double? arcStrokeWidth,
  20. double? progressStrokeWidth,
  21. Gradient? backgroundGradient,
  22. Gradient? needleGradient,
  23. Gradient? progressGradient,
})

Implementation

const CircularGaugeTheme({
  this.backgroundColor,
  this.borderColor,
  this.titleColor,
  this.valueColor,
  this.unitColor,
  this.tickColor,
  this.majorTickColor,
  this.labelColor,
  this.needleColor,
  this.centerDotColor,
  this.arcColor,
  this.progressColor,
  this.titleStyle,
  this.valueStyle,
  this.unitStyle,
  this.labelStyle,
  this.needleWidth,
  this.centerDotRadius,
  this.arcStrokeWidth,
  this.progressStrokeWidth,
  this.backgroundGradient,
  this.needleGradient,
  this.progressGradient,
});