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