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