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