withGridShape method

RadarNumericAxisConfig withGridShape(
  1. RadarGridShape value
)

Replaces RadarNumericAxisConfig.gridShape with value.

Implementation

RadarNumericAxisConfig withGridShape(RadarGridShape value) =>
    copyWith(gridShape: value);