$FTabMotionTransformations extension
- on
Methods
-
copyWith(
{Duration? duration, Curve? curve}) → FTabMotion -
Available on FTabMotion, provided by the $FTabMotionTransformations extension
Returns a copy of this FTabMotion with the given properties replaced. -
lerp(
FTabMotion other, double t) → FTabMotion -
Available on FTabMotion, provided by the $FTabMotionTransformations extension
Linearly interpolate between this and another FTabMotion using the given factort
.