$FRadioMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? transitionDuration, Curve? transitionCurve, Duration? selectDuration, Duration? unselectDuration, Curve? selectCurve}) FRadioMotion

Available on FRadioMotion, provided by the $FRadioMotionTransformations extension

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

Available on FRadioMotion, provided by the $FRadioMotionTransformations extension

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