1. override
ThemeData lerp(double t)

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

Source

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