lerp method
- @override
override
Returns the value this variable has at the given animation clock value.
Implementation
@override
BorderRadius lerp(double t) => BorderRadius.lerp(begin, end, t);
Returns the value this variable has at the given animation clock value.
@override
BorderRadius lerp(double t) => BorderRadius.lerp(begin, end, t);