withCalloutStyle method
- LabelStyle value
Replaces PieChartTheme.calloutStyle with value.
Implementation
PieChartTheme withCalloutStyle(LabelStyle value) =>
copyWith(calloutStyle: value);
Replaces PieChartTheme.calloutStyle with value.
PieChartTheme withCalloutStyle(LabelStyle value) =>
copyWith(calloutStyle: value);