FThemeMotionDelta.delta constructor

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

Creates a partial modification of a FThemeMotion.

Parameters

Implementation

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