$FAccordionMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? expandDuration, Duration? collapseDuration, Curve? expandCurve, Curve? collapseCurve, Curve? iconExpandCurve, Curve? iconCollapseCurve, Animatable<double>? revealTween, Animatable<double>? iconTween}) FAccordionMotion

Available on FAccordionMotion, provided by the $FAccordionMotionTransformations extension

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

Available on FAccordionMotion, provided by the $FAccordionMotionTransformations extension

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