withAxisColor method

NeedleGaugeStyle withAxisColor(
  1. Color value
)

Replaces NeedleGaugeStyle.axisColor with value.

Implementation

NeedleGaugeStyle withAxisColor(Color value) => copyWith(axisColor: value);