$FDeterminateProgressMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? duration, Curve? curve}) FDeterminateProgressMotion

Available on FDeterminateProgressMotion, provided by the $FDeterminateProgressMotionTransformations extension

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

Available on FDeterminateProgressMotion, provided by the $FDeterminateProgressMotionTransformations extension

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