withCalloutStyle method

PieDataLabelConfig withCalloutStyle(
  1. LabelStyle value
)

Replaces PieDataLabelConfig.calloutStyle with value.

Implementation

PieDataLabelConfig withCalloutStyle(LabelStyle value) =>
    copyWith(calloutStyle: value);