withCalloutStyle method

PieChartTheme withCalloutStyle(
  1. LabelStyle value
)

Replaces PieChartTheme.calloutStyle with value.

Implementation

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