clearCornerTreatment method
Clears PieChartStyle.cornerTreatment to null.
Implementation
PieChartStyle clearCornerTreatment() => copyWith(clearCornerTreatment: true);
Clears PieChartStyle.cornerTreatment to null.
PieChartStyle clearCornerTreatment() => copyWith(clearCornerTreatment: true);