$FPersistentSheetMotionTransformations extension
Methods
-
copyWith(
{Duration? expandDuration, Duration? collapseDuration, Curve? curve}) → FPersistentSheetMotion -
Available on FPersistentSheetMotion, provided by the $FPersistentSheetMotionTransformations extension
Returns a copy of this FPersistentSheetMotion with the given properties replaced. -
lerp(
FPersistentSheetMotion other, double t) → FPersistentSheetMotion -
Available on FPersistentSheetMotion, provided by the $FPersistentSheetMotionTransformations extension
Linearly interpolate between this and another FPersistentSheetMotion using the given factort
.