withPane method

RadialBarChartConfig withPane(
  1. PolarPaneConfig value
)

Replaces RadialBarChartConfig.pane with value.

Implementation

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