standardDecelerate constant

Curve const standardDecelerate

The standardDecelerate easing curve in the Material specification.

See also:

Implementation

static const Curve standardDecelerate = Cubic(0.0, 0.0, 0.0, 1.0);