Creates a rect tween.
The begin and end arguments must not be null.
begin
end
RectTween({ Rect begin, Rect end }) : super(begin: begin, end: end);