withCornerTreatment method
- PieCornerTreatment value
Replaces DonutChartStyle.cornerTreatment with value.
Implementation
DonutChartStyle withCornerTreatment(PieCornerTreatment value) =>
copyWith(cornerTreatment: value);
Replaces DonutChartStyle.cornerTreatment with value.
DonutChartStyle withCornerTreatment(PieCornerTreatment value) =>
copyWith(cornerTreatment: value);