withRingWeights method

ConcentricDonutConfig withRingWeights(
  1. Map<String, double> value
)

Replaces ConcentricDonutConfig.ringWeights with value.

Implementation

ConcentricDonutConfig withRingWeights(Map<String, double> value) =>
    copyWith(ringWeights: value);