withPane method

PolarChartConfig withPane(
  1. PolarPaneConfig value
)

Replaces PolarChartConfig.pane with value.

Implementation

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