withShowInLegend method

PieChartSeries withShowInLegend(
  1. bool value
)

Replaces PieChartSeries.showInLegend with value.

Implementation

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