CurvedAnimation constructor
Creates a curved animation.
Implementation
CurvedAnimation({required this.parent, required this.curve, this.reverseCurve}) {
assert(debugMaybeDispatchCreated('animation', 'CurvedAnimation', this));
_updateCurveDirection(parent.status);
parent.addStatusListener(_updateCurveDirection);
}