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