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