withLabelPosition method

RadarNumericAxisConfig withLabelPosition(
  1. PolarRadialLabelPosition value
)

Replaces RadarNumericAxisConfig.labelPosition with value.

Implementation

RadarNumericAxisConfig withLabelPosition(PolarRadialLabelPosition value) =>
    copyWith(labelPosition: value);