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