withTickWidth method
- double value
Replaces GaugeScaleStyle.tickWidth with value.
Implementation
GaugeScaleStyle withTickWidth(double value) => copyWith(tickWidth: value);
Replaces GaugeScaleStyle.tickWidth with value.
GaugeScaleStyle withTickWidth(double value) => copyWith(tickWidth: value);