none constant

FLabelMotion const none

A FLabelMotion with no motion effects.

Implementation

static const FLabelMotion none = FLabelMotion(
  textStyleTransitionDuration: .zero,
  errorExpandDuration: .zero,
  errorCollapseDuration: .zero,
  errorFadeInDuration: .zero,
  errorFadeOutDuration: .zero,
  errorFadeTween: noErrorFadeTween,
);