typedef CreateRectTween = Tween<Rect?> Function(Rect? begin, Rect? end);
typedef CreateRectTweenCallable = Callable2<Tween<Rect?>, Rect?, Rect?>;