clearTickWidth method

GaugeScaleStyle clearTickWidth()

Clears GaugeScaleStyle.tickWidth to null.

Implementation

GaugeScaleStyle clearTickWidth() => copyWith(clearTickWidth: true);