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