FThemeMotionDelta.delta constructor
Creates a partial modification of a FThemeMotion.
Parameters
- FThemeMotion.duration - The animation's duration.
- FThemeMotion.curve - The animation's curve.
Implementation
const factory FThemeMotionDelta.delta({Duration? duration, Curve? curve}) = _FThemeMotionDelta;