withShowInLegend method

DonutChartSeries withShowInLegend(
  1. bool value
)

Replaces DonutChartSeries.showInLegend with value.

Implementation

DonutChartSeries withShowInLegend(bool value) =>
    copyWith(showInLegend: value);