withDataLabels method

RadialBarStyle withDataLabels(
  1. RadialBarDataLabelConfig value
)

Replaces RadialBarStyle.dataLabels with value.

Implementation

RadialBarStyle withDataLabels(RadialBarDataLabelConfig value) =>
    copyWith(dataLabels: value);