lerp method

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

Implementation

@override
WidgetModifierSpec lerp(double t) =>
    WidgetModifierSpec.lerpValue(begin, end, t)!;