Creates a proxy animation, optionally wrapping parent.
parent
ProxyAnimation([Animation<double>? parent]) : _parent = parent ?? const AlwaysStoppedAnimation<double>(0.0);