withOuterRadiusFactor method

PolarPaneConfig withOuterRadiusFactor(
  1. double value
)

Replaces PolarPaneConfig.outerRadiusFactor with value.

Implementation

PolarPaneConfig withOuterRadiusFactor(double value) =>
    copyWith(outerRadiusFactor: value);