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