FCheckboxMotionDelta.delta constructor
const
FCheckboxMotionDelta.delta({})
Creates a partial modification of a FCheckboxMotion.
Parameters
- FCheckboxMotion.fadeInDuration - The duration of the fade in animation.
- FCheckboxMotion.fadeOutDuration - The duration of the fade out animation.
- FCheckboxMotion.fadeInCurve - The curve of the fade in animation.
- FCheckboxMotion.fadeOutCurve - The curve of the fade out animation.
Implementation
const factory FCheckboxMotionDelta.delta({
Duration? fadeInDuration,
Duration? fadeOutDuration,
Curve? fadeInCurve,
Curve? fadeOutCurve,
}) = _FCheckboxMotionDelta;