withShowInLegend method

AreaChartSeries withShowInLegend(
  1. bool value
)

Replaces AreaChartSeries.showInLegend with value.

Implementation

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