Callback type for constructing a new Tween from a target value.
typedef TweenConstructor = Tween<dynamic> Function(dynamic value);