withTickCount method

GaugeChartConfig withTickCount(
  1. int value
)

Replaces GaugeChartConfig.tickCount with value.

Implementation

GaugeChartConfig withTickCount(int value) => copyWith(tickCount: value);