values constant
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,
];
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,
];