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