clearPivotColor method
Clears NeedleGaugeStyle.pivotColor to null.
Implementation
NeedleGaugeStyle clearPivotColor() => copyWith(clearPivotColor: true);
Clears NeedleGaugeStyle.pivotColor to null.
NeedleGaugeStyle clearPivotColor() => copyWith(clearPivotColor: true);