CircularGaugeTheme constructor
const
CircularGaugeTheme({
- Color? backgroundColor,
- Color? borderColor,
- Color? titleColor,
- Color? valueColor,
- Color? unitColor,
- Color? tickColor,
- Color? majorTickColor,
- Color? labelColor,
- Color? needleColor,
- Color? centerDotColor,
- Color? arcColor,
- Color? progressColor,
- TextStyle? titleStyle,
- TextStyle? valueStyle,
- TextStyle? unitStyle,
- TextStyle? labelStyle,
- double? needleWidth,
- double? centerDotRadius,
- double? arcStrokeWidth,
- double? progressStrokeWidth,
- Gradient? backgroundGradient,
- Gradient? needleGradient,
- 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,
});