$FPersistentSheetStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FPersistentSheetMotion motion(FPersistentSheetMotion motion)?, double? flingVelocity, double? closeProgressThreshold}) FPersistentSheetStyle

Available on FPersistentSheetStyle, provided by the $FPersistentSheetStyleTransformations extension

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

Available on FPersistentSheetStyle, provided by the $FPersistentSheetStyleTransformations extension

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