withOuterRadiusFactor method
- double value
Replaces PolarPaneConfig.outerRadiusFactor with value.
Implementation
PolarPaneConfig withOuterRadiusFactor(double value) =>
copyWith(outerRadiusFactor: value);
Replaces PolarPaneConfig.outerRadiusFactor with value.
PolarPaneConfig withOuterRadiusFactor(double value) =>
copyWith(outerRadiusFactor: value);