withDataLabels method
- RadialBarDataLabelConfig value
Replaces RadialBarStyle.dataLabels with value.
Implementation
RadialBarStyle withDataLabels(RadialBarDataLabelConfig value) =>
copyWith(dataLabels: value);
Replaces RadialBarStyle.dataLabels with value.
RadialBarStyle withDataLabels(RadialBarDataLabelConfig value) =>
copyWith(dataLabels: value);