lerp method Null safety
- double t
override
    Returns the value this variable has at the given animation clock value.
Implementation
@override
Color? lerp(double t) => Color.lerp(begin, end, t);Returns the value this variable has at the given animation clock value.
@override
Color? lerp(double t) => Color.lerp(begin, end, t);