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