withDataLabelStyle method

RadarSeriesStyle withDataLabelStyle(
  1. PolarLabelStyle value
)

Replaces RadarSeriesStyle.dataLabelStyle with value.

Implementation

RadarSeriesStyle withDataLabelStyle(PolarLabelStyle value) =>
    copyWith(dataLabelStyle: value);