FProgressMotionDelta.delta constructor
const
FProgressMotionDelta.delta({})
Creates a partial modification of a FProgressMotion.
Parameters
- FProgressMotion.period - The animation's period.
- FProgressMotion.interval - The interval between animations.
- FProgressMotion.curve - The animation curve.
- FProgressMotion.value - The percentage of the filled progress.
Implementation
const factory FProgressMotionDelta.delta({Duration? period, Duration? interval, Curve? curve, double? value}) =
_FProgressMotionDelta;