decelerate constant
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).
Implementation
static const Curve decelerate = _DecelerateCurve._()