withShowInLegend method

RadarChartSeries withShowInLegend(
  1. bool value
)

Replaces RadarChartSeries.showInLegend with value.

Implementation

RadarChartSeries withShowInLegend(bool value) =>
    copyWith(showInLegend: value);