TextStyleTween({TextStyle begin, TextStyle end })

Creates a text style tween.

The begin and end arguments must not be null.

Source

TextStyleTween({ TextStyle begin, TextStyle end }) : super(begin: begin, end: end);