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