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