withRadialAxis method
- PolarNumericAxisConfig value
Replaces PolarChartConfig.radialAxis with value.
Implementation
PolarChartConfig withRadialAxis(PolarNumericAxisConfig value) =>
copyWith(radialAxis: value);
Replaces PolarChartConfig.radialAxis with value.
PolarChartConfig withRadialAxis(PolarNumericAxisConfig value) =>
copyWith(radialAxis: value);