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