clearTickLength method
Clears GaugeScaleStyle.tickLength to null.
Implementation
GaugeScaleStyle clearTickLength() => copyWith(clearTickLength: true);
Clears GaugeScaleStyle.tickLength to null.
GaugeScaleStyle clearTickLength() => copyWith(clearTickLength: true);