withRadialAxis method

PolarChartConfig withRadialAxis(
  1. PolarNumericAxisConfig value
)

Replaces PolarChartConfig.radialAxis with value.

Implementation

PolarChartConfig withRadialAxis(PolarNumericAxisConfig value) =>
    copyWith(radialAxis: value);