Total duration of the effect. If the duration cannot be determined, this will return null. For an infinite effect the duration is infinity.
null
@override double? get duration { final d = child.duration; return d == null ? null : d * repeatCount; }