1. override
BoxConstraints lerp(double t)

Returns the value this variable has at the given animation clock value.

Source

@override
BoxConstraints lerp(double t) => BoxConstraints.lerp(begin, end, t);