lerp method

  1. @override
TextStyle lerp (double t)
override

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

Implementation

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