$FPopoverMenuMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({double? fade, Duration? fadeDuration, Curve? fadeCurve}) → FPopoverMenuMotion

Available on FPopoverMenuMotion, provided by the $FPopoverMenuMotionTransformations extension

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

Available on FPopoverMenuMotion, provided by the $FPopoverMenuMotionTransformations extension

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