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