$FTabMotionTransformations extension

Provides copyWith and lerp methods.

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 factor t.