FDeterminateProgressMotionDelta.delta constructor

const FDeterminateProgressMotionDelta.delta({
  1. Duration? duration,
  2. Curve? curve,
})

Creates a partial modification of a FDeterminateProgressMotion.

Parameters

Implementation

const factory FDeterminateProgressMotionDelta.delta({Duration? duration, Curve? curve}) =
    _FDeterminateProgressMotionDelta;