withShowInLegend method
- bool value
Replaces RadarChartSeries.showInLegend with value.
Implementation
RadarChartSeries withShowInLegend(bool value) =>
copyWith(showInLegend: value);
Replaces RadarChartSeries.showInLegend with value.
RadarChartSeries withShowInLegend(bool value) =>
copyWith(showInLegend: value);