withMinimumFactor method

PieSliceRadiusConfig withMinimumFactor(
  1. double value
)

Replaces PieSliceRadiusConfig.minimumFactor with value.

Implementation

PieSliceRadiusConfig withMinimumFactor(double value) =>
    copyWith(minimumFactor: value);