clearCalloutStyle method

PieDataLabelConfig clearCalloutStyle()

Clears PieDataLabelConfig.calloutStyle to null.

Implementation

PieDataLabelConfig clearCalloutStyle() => copyWith(clearCalloutStyle: true);