withWebStyle method

RadarChartConfig withWebStyle(
  1. RadarWebStyle value
)

Replaces RadarChartConfig.webStyle with value.

Implementation

RadarChartConfig withWebStyle(RadarWebStyle value) =>
    copyWith(webStyle: value);