withDataLabelStyle method
- PolarLabelStyle value
Replaces RadarSeriesStyle.dataLabelStyle with value.
Implementation
RadarSeriesStyle withDataLabelStyle(PolarLabelStyle value) =>
copyWith(dataLabelStyle: value);
Replaces RadarSeriesStyle.dataLabelStyle with value.
RadarSeriesStyle withDataLabelStyle(PolarLabelStyle value) =>
copyWith(dataLabelStyle: value);