CurvedEffectController(super.duration, Curve curve) : assert(duration > 0, 'Duration must be positive: $duration'), _curve = curve;