lerp method
Returns the value this tween has at the given animation clock value.
Implementation
@override
WxListTileStyle? lerp(double t) {
return WxListTileStyle.lerp(begin, end, t);
}
Returns the value this tween has at the given animation clock value.
@override
WxListTileStyle? lerp(double t) {
return WxListTileStyle.lerp(begin, end, t);
}