withRingDashPattern method
Replaces RadarWebStyle.ringDashPattern with value.
Implementation
RadarWebStyle withRingDashPattern(List<double> value) =>
copyWith(ringDashPattern: value);
Replaces RadarWebStyle.ringDashPattern with value.
RadarWebStyle withRingDashPattern(List<double> value) =>
copyWith(ringDashPattern: value);