withCornerRadius method

PieChartTheme withCornerRadius(
  1. double value
)

Replaces PieChartTheme.cornerRadius with value.

Implementation

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