withCalloutStyle method
- LabelStyle value
Replaces PieDataLabelConfig.calloutStyle with value.
Implementation
PieDataLabelConfig withCalloutStyle(LabelStyle value) =>
copyWith(calloutStyle: value);
Replaces PieDataLabelConfig.calloutStyle with value.
PieDataLabelConfig withCalloutStyle(LabelStyle value) =>
copyWith(calloutStyle: value);