withTickCount method

RadarNumericAxisConfig withTickCount(
  1. int value
)

Replaces RadarNumericAxisConfig.tickCount with value.

Implementation

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