withShowInLegend method

RadialBarChartSeries withShowInLegend(
  1. bool value
)

Replaces RadialBarChartSeries.showInLegend with value.

Implementation

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