Curve decelerate = const _DecelerateCurve._()

A curve where the rate of change starts out quickly and then decelerates; an upside-down f(t) = t² parabola.

This is equivalent to the Android DecelerateInterpolator class with a unit factor (the default factor).