$FCheckboxMotionTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Duration? fadeInDuration, Duration? fadeOutDuration, Curve? fadeInCurve, Curve? fadeOutCurve}) FCheckboxMotion

Available on FCheckboxMotion, provided by the $FCheckboxMotionTransformations extension

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

Available on FCheckboxMotion, provided by the $FCheckboxMotionTransformations extension

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