withMinorTicksPerInterval method

GaugeChartConfig withMinorTicksPerInterval(
  1. int value
)

Replaces GaugeChartConfig.minorTicksPerInterval with value.

Implementation

GaugeChartConfig withMinorTicksPerInterval(int value) =>
    copyWith(minorTicksPerInterval: value);