withTickWidth method

GaugeScaleStyle withTickWidth(
  1. double value
)

Replaces GaugeScaleStyle.tickWidth with value.

Implementation

GaugeScaleStyle withTickWidth(double value) => copyWith(tickWidth: value);