FTabMotionDelta.delta constructor
Creates a partial modification of a FTabMotion.
Parameters
- FTabMotion.duration - The duration of the tab change animation.
- FTabMotion.curve - The curve of the tab change animation.
Implementation
const factory FTabMotionDelta.delta({Duration? duration, Curve? curve}) = _FTabMotionDelta;