clearCenterLabelStyle method

PieChartTheme clearCenterLabelStyle()

Clears PieChartTheme.centerLabelStyle to null.

Implementation

PieChartTheme clearCenterLabelStyle() =>
    copyWith(clearCenterLabelStyle: true);