withPane method

RadarChartConfig withPane(
  1. PolarPaneConfig value
)

Replaces RadarChartConfig.pane with value.

Implementation

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