$FProgressMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? period, Duration? interval, Curve? curve, double? value}) FProgressMotion

Available on FProgressMotion, provided by the $FProgressMotionTransformations extension

Returns a copy of this FProgressMotion with the given properties replaced.
lerp(FProgressMotion other, double t) FProgressMotion

Available on FProgressMotion, provided by the $FProgressMotionTransformations extension

Linearly interpolate between this and another FProgressMotion using the given factor t.