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