FLabelMotionDelta.delta constructor

const FLabelMotionDelta.delta({
  1. Duration? textStyleTransitionDuration,
  2. Curve? textStyleTransitionCurve,
  3. Duration? errorExpandDuration,
  4. Duration? errorCollapseDuration,
  5. Curve? errorExpandCurve,
  6. Curve? errorCollapseCurve,
  7. Duration? errorFadeInDuration,
  8. Duration? errorFadeOutDuration,
  9. Curve? errorFadeInCurve,
  10. Curve? errorFadeOutCurve,
  11. Animatable<double>? errorFadeTween,
})

Creates a partial modification of a FLabelMotion.

Parameters

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;