$FTappableMotionTransformations extension
Methods
-
copyWith(
{Duration? bounceDownDuration, Duration? bounceUpDuration, Curve? bounceDownCurve, Curve? bounceUpCurve, Animatable< double> ? bounceTween}) → FTappableMotion -
Available on FTappableMotion, provided by the $FTappableMotionTransformations extension
Returns a copy of this FTappableMotion with the given properties replaced. -
lerp(
FTappableMotion other, double t) → FTappableMotion -
Available on FTappableMotion, provided by the $FTappableMotionTransformations extension
Linearly interpolate between this and another FTappableMotion using the given factort
.