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