withMinorTicksPerInterval method
- int value
Replaces GaugeChartConfig.minorTicksPerInterval with value.
Implementation
GaugeChartConfig withMinorTicksPerInterval(int value) =>
copyWith(minorTicksPerInterval: value);
Replaces GaugeChartConfig.minorTicksPerInterval with value.
GaugeChartConfig withMinorTicksPerInterval(int value) =>
copyWith(minorTicksPerInterval: value);