tweenTo method
Create an TextStyleTween form this value to the provided end value
Implementation
TextStyleTween tweenTo(TextStyle end) {
return TextStyleTween(begin: this, end: end);
}
Create an TextStyleTween form this value to the provided end value
TextStyleTween tweenTo(TextStyle end) {
return TextStyleTween(begin: this, end: end);
}