FProgressMotionDelta.delta constructor

const FProgressMotionDelta.delta({
  1. Duration? period,
  2. Duration? interval,
  3. Curve? curve,
  4. double? value,
})

Creates a partial modification of a FProgressMotion.

Parameters

Implementation

const factory FProgressMotionDelta.delta({Duration? period, Duration? interval, Curve? curve, double? value}) =
    _FProgressMotionDelta;