withCornerRadius method

PieChartStyle withCornerRadius(
  1. double value
)

Replaces PieChartStyle.cornerRadius with value.

Implementation

PieChartStyle withCornerRadius(double value) => copyWith(cornerRadius: value);