shared/utils/parser/animation_curve_parser library
Functions
-
animationCurveFromCurve(
Curve? curve) → AnimationCurve - Maps a Flutter Curve back to the closest AnimationCurve enum value.
-
curveFromAnimationCurve(
AnimationCurve curve) → Curve - Maps an AnimationCurve enum value to the equivalent Flutter Curve.