withCornerTreatment method

DonutChartStyle withCornerTreatment(
  1. PieCornerTreatment value
)

Replaces DonutChartStyle.cornerTreatment with value.

Implementation

DonutChartStyle withCornerTreatment(PieCornerTreatment value) =>
    copyWith(cornerTreatment: value);