withNeedleTipWidth method

NeedleGaugeStyle withNeedleTipWidth(
  1. double value
)

Replaces NeedleGaugeStyle.needleTipWidth with value.

Implementation

NeedleGaugeStyle withNeedleTipWidth(double value) =>
    copyWith(needleTipWidth: value);