clearPivotColor method

NeedleGaugeStyle clearPivotColor()

Clears NeedleGaugeStyle.pivotColor to null.

Implementation

NeedleGaugeStyle clearPivotColor() => copyWith(clearPivotColor: true);