withPane method
- PolarPaneConfig value
Replaces RadarChartConfig.pane with value.
Implementation
RadarChartConfig withPane(PolarPaneConfig value) => copyWith(pane: value);
Replaces RadarChartConfig.pane with value.
RadarChartConfig withPane(PolarPaneConfig value) => copyWith(pane: value);