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 delta({Duration? expandDuration, Duration? collapseDuration, Curve? curve}) =
    _FPersistentSheetMotionDelta;