UGaugeStyle constructor
const
UGaugeStyle({
- Color? trackColor,
- Color? fillColor,
- Color? needleColor,
- Color? tickColor,
- Color? labelColor,
- Color? valueColor,
- double? thickness,
- bool showTicks = true,
- bool showLabels = true,
- bool showValue = true,
- bool animate = true,
- Duration animationDuration = const Duration(milliseconds: 1100),
- Curve animationCurve = Curves.easeOutCubic,
Implementation
const UGaugeStyle({
this.trackColor,
this.fillColor,
this.needleColor,
this.tickColor,
this.labelColor,
this.valueColor,
this.thickness,
this.showTicks = true,
this.showLabels = true,
this.showValue = true,
this.animate = true,
this.animationDuration = const Duration(milliseconds: 1100),
this.animationCurve = Curves.easeOutCubic,
});