GradientTween constructor
An interpolation between two Gradient
s.
This class specializes the interpolation of Tween<Gradient> to use Gradient.lerp.
See Tween for a discussion on how to use interpolation objects.
Implementation
GradientTween({Gradient? begin, Gradient? end})
: super(begin: begin, end: end);