$FDialogRouteMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? entranceDuration, Duration? exitDuration, Curve? barrierCurve}) FDialogRouteMotion

Available on FDialogRouteMotion, provided by the $FDialogRouteMotionTransformations extension

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

Available on FDialogRouteMotion, provided by the $FDialogRouteMotionTransformations extension

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