Creates a Rect tween.
The begin and end properties may be null; the null value is treated as an empty rect at the top left corner.
begin
end
RectTween({ Rect begin, Rect end }) : super(begin: begin, end: end);