withRadiusFactor method

PieChartStyle withRadiusFactor(
  1. double value
)

Replaces PieChartStyle.radiusFactor with value.

Implementation

PieChartStyle withRadiusFactor(double value) => copyWith(radiusFactor: value);