Signature for a function that takes two Rect instances and returns a RectTween that transitions between them.
typedef RectTweenSupplier = Tween<Rect?> Function(Rect begin, Rect end);