withMaximum method

RadarNumericAxisConfig withMaximum(
  1. double value
)

Replaces RadarNumericAxisConfig.maximum with value.

Implementation

RadarNumericAxisConfig withMaximum(double value) => copyWith(maximum: value);