clearPivotBorderColor method
Clears NeedleGaugeStyle.pivotBorderColor to null.
Implementation
NeedleGaugeStyle clearPivotBorderColor() =>
copyWith(clearPivotBorderColor: true);
Clears NeedleGaugeStyle.pivotBorderColor to null.
NeedleGaugeStyle clearPivotBorderColor() =>
copyWith(clearPivotBorderColor: true);