withCornerTreatment method

PieChartStyle withCornerTreatment(
  1. PieCornerTreatment value
)

Replaces PieChartStyle.cornerTreatment with value.

Implementation

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