withPivotBorderColor method

NeedleGaugeStyle withPivotBorderColor(
  1. Color value
)

Replaces NeedleGaugeStyle.pivotBorderColor with value.

Implementation

NeedleGaugeStyle withPivotBorderColor(Color value) =>
    copyWith(pivotBorderColor: value);