The curve of the animation.
Curve get curve => _animation.curve;
set curve(Curve value) { assert(value != null); if (value == _animation.curve) return; _animation.curve = value; }