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