$FTooltipMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? entranceDuration, Duration? exitDuration, Curve? expandCurve, Curve? collapseCurve, Curve? fadeInCurve, Curve? fadeOutCurve, Animatable<double>? scaleTween, Animatable<double>? fadeTween}) FTooltipMotion

Available on FTooltipMotion, provided by the $FTooltipMotionTransformations extension

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

Available on FTooltipMotion, provided by the $FTooltipMotionTransformations extension

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