Creates an int tween.
The begin and end arguments must not be null.
begin
end
IntTween({ int begin, int end }) : super(begin: begin, end: end);