values constant

List<UIAnimationCurve> const values

Implementation

static const $core.List<UIAnimationCurve> values = <UIAnimationCurve>[
  UIANIM_CURVE_EASE,
  UIANIM_CURVE_EASE_IN,
  UIANIM_CURVE_EASE_OUT,
  UIANIM_CURVE_EASE_IN_OUT,
  UIANIM_CURVE_LINEAR,
];