FLabelMotionDelta.delta constructor
const
FLabelMotionDelta.delta({
- Duration? textStyleTransitionDuration,
- Curve? textStyleTransitionCurve,
- Duration? errorExpandDuration,
- Duration? errorCollapseDuration,
- Curve? errorExpandCurve,
- Curve? errorCollapseCurve,
- Duration? errorFadeInDuration,
- Duration? errorFadeOutDuration,
- Curve? errorFadeInCurve,
- Curve? errorFadeOutCurve,
- Animatable<
double> ? errorFadeTween,
Creates a partial modification of a FLabelMotion.
Parameters
- FLabelMotion.textStyleTransitionDuration - The text style transition duration.
- FLabelMotion.textStyleTransitionCurve - The text style transition curve.
- FLabelMotion.errorExpandDuration - The error expansion duration.
- FLabelMotion.errorCollapseDuration - The error collapse duration.
- FLabelMotion.errorExpandCurve - The error expansion curve.
- FLabelMotion.errorCollapseCurve - The error collapse curve.
- FLabelMotion.errorFadeInDuration - The error fade in duration.
- FLabelMotion.errorFadeOutDuration - The error fade out duration.
- FLabelMotion.errorFadeInCurve - The error fade in curve.
- FLabelMotion.errorFadeOutCurve - The error fade out curve.
- FLabelMotion.errorFadeTween - The error fade tween.
Implementation
const factory FLabelMotionDelta.delta({
Duration? textStyleTransitionDuration,
Curve? textStyleTransitionCurve,
Duration? errorExpandDuration,
Duration? errorCollapseDuration,
Curve? errorExpandCurve,
Curve? errorCollapseCurve,
Duration? errorFadeInDuration,
Duration? errorFadeOutDuration,
Curve? errorFadeInCurve,
Curve? errorFadeOutCurve,
Animatable<double>? errorFadeTween,
}) = _FLabelMotionDelta;