$FDeterminateProgressMotionTransformations extension
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 factort
.