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