withSecondaryCalloutStyle method

PieDataLabelConfig withSecondaryCalloutStyle(
  1. LabelStyle value
)

Replaces PieDataLabelConfig.secondaryCalloutStyle with value.

Implementation

PieDataLabelConfig withSecondaryCalloutStyle(LabelStyle value) =>
    copyWith(secondaryCalloutStyle: value);