FPersistentSheetMotionDelta.delta constructor

const FPersistentSheetMotionDelta.delta({
  1. Duration? expandDuration,
  2. Duration? collapseDuration,
  3. Curve? curve,
})

Creates a partial modification of a FPersistentSheetMotion.

Parameters

Implementation

const factory FPersistentSheetMotionDelta.delta({
  Duration? expandDuration,
  Duration? collapseDuration,
  Curve? curve,
}) = _FPersistentSheetMotionDelta;