$FRadioMotionTransformations extension
- on
Methods
-
copyWith(
{Duration? duration, Duration? reverseDuration, Curve? curve}) → 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 factort
.