lerp method

  1. @override
Decoration lerp(
  1. double t
)
override

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

Implementation

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