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