Creates a text style tween.
The begin and end arguments must not be null.
begin
end
TextStyleTween({ TextStyle begin, TextStyle end }) : super(begin: begin, end: end);