withPane method

GaugeChartConfig withPane(
  1. PolarPaneConfig value
)

Replaces GaugeChartConfig.pane with value.

Implementation

GaugeChartConfig withPane(PolarPaneConfig value) => copyWith(pane: value);