FDeterminateProgressMotionDelta.delta constructor
Creates a partial modification of a FDeterminateProgressMotion.
Parameters
- FDeterminateProgressMotion.duration - The animation's duration.
- FDeterminateProgressMotion.curve - The animation curve.
Implementation
const factory delta({Duration? duration, Curve? curve}) = _FDeterminateProgressMotionDelta;