clearPivotBorderColor method

NeedleGaugeStyle clearPivotBorderColor()

Clears NeedleGaugeStyle.pivotBorderColor to null.

Implementation

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