withNeedleWidth method

NeedleGaugeStyle withNeedleWidth(
  1. double value
)

Replaces NeedleGaugeStyle.needleWidth with value.

Implementation

NeedleGaugeStyle withNeedleWidth(double value) =>
    copyWith(needleWidth: value);