FPersistentSheetMotionDelta.delta constructor
const
FPersistentSheetMotionDelta.delta({})
Creates a partial modification of a FPersistentSheetMotion.
Parameters
- FPersistentSheetMotion.expandDuration - The duration of the sheet's expansion animation.
- FPersistentSheetMotion.collapseDuration - The duration of the sheet's collapsing animation.
- FPersistentSheetMotion.curve - The curve of the sheet's expansion and collapse.
Implementation
const factory FPersistentSheetMotionDelta.delta({
Duration? expandDuration,
Duration? collapseDuration,
Curve? curve,
}) = _FPersistentSheetMotionDelta;