1. override
Color lerp(double t)

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

Source

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