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