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