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