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