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