FPersistentSheetStyleDelta.delta constructor

const FPersistentSheetStyleDelta.delta({
  1. FPersistentSheetMotionDelta? motion,
  2. double? flingVelocity,
  3. double? closeProgressThreshold,
})

Creates a partial modification of a FPersistentSheetStyle.

Parameters

Implementation

const factory delta({FPersistentSheetMotionDelta? motion, double? flingVelocity, double? closeProgressThreshold}) =
    _FPersistentSheetStyleDelta;