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