FPersistentSheetStyleDelta.delta constructor
const
FPersistentSheetStyleDelta.delta({
- FPersistentSheetMotionDelta? motion,
- double? flingVelocity,
- double? closeProgressThreshold,
Creates a partial modification of a FPersistentSheetStyle.
Parameters
- FPersistentSheetStyle.motion - The motion-related properties for a persistent sheet.
- FPersistentSheetStyle.flingVelocity - The minimum velocity to initiate a fling.
- FPersistentSheetStyle.closeProgressThreshold - The threshold for determining whether the sheet is closing.
Implementation
const factory FPersistentSheetStyleDelta.delta({
FPersistentSheetMotionDelta? motion,
double? flingVelocity,
double? closeProgressThreshold,
}) = _FPersistentSheetStyleDelta;