withShowDataLabels method

RadarSeriesStyle withShowDataLabels(
  1. bool value
)

Replaces RadarSeriesStyle.showDataLabels with value.

Implementation

RadarSeriesStyle withShowDataLabels(bool value) =>
    copyWith(showDataLabels: value);