FTooltipMotionDelta.delta constructor
const
FTooltipMotionDelta.delta({
- Duration? entranceDuration,
- Duration? exitDuration,
- Curve? expandCurve,
- Curve? collapseCurve,
- Curve? fadeInCurve,
- Curve? fadeOutCurve,
- Animatable<
double> ? scaleTween, - Animatable<
double> ? fadeTween,
Creates a partial modification of a FTooltipMotion.
Parameters
- FTooltipMotion.entranceDuration - The tooltip's entrance duration.
- FTooltipMotion.exitDuration - The tooltip's exit duration.
- FTooltipMotion.expandCurve - The curve used for the tooltip's expansion animation when entering.
- FTooltipMotion.collapseCurve - The curve used for the tooltip's collapse animation when exiting.
- FTooltipMotion.fadeInCurve - The curve used for the tooltip's fade-in animation when entering.
- FTooltipMotion.fadeOutCurve - The curve used for the tooltip's fade-out animation when exiting.
- FTooltipMotion.scaleTween - The tooltip's scale tween.
- FTooltipMotion.fadeTween - The tooltip's fade tween.
Implementation
const factory FTooltipMotionDelta.delta({
Duration? entranceDuration,
Duration? exitDuration,
Curve? expandCurve,
Curve? collapseCurve,
Curve? fadeInCurve,
Curve? fadeOutCurve,
Animatable<double>? scaleTween,
Animatable<double>? fadeTween,
}) = _FTooltipMotionDelta;