$FDialogMotionTransformations extension
Methods
-
copyWith(
{Curve? expandCurve, Curve? collapseCurve, Curve? fadeInCurve, Curve? fadeOutCurve, Animatable< double> ? scaleTween, Animatable<double> ? fadeTween, Duration? insetDuration, Curve? insetCurve}) → FDialogMotion -
Available on FDialogMotion, provided by the $FDialogMotionTransformations extension
Returns a copy of this FDialogMotion with the given properties replaced. -
lerp(
FDialogMotion other, double t) → FDialogMotion -
Available on FDialogMotion, provided by the $FDialogMotionTransformations extension
Linearly interpolate between this and another FDialogMotion using the given factort
.