withShowInLegend method

BarChartSeries withShowInLegend(
  1. bool value
)

Replaces BarChartSeries.showInLegend with value.

Implementation

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