legacyDecelerate constant

Curve const legacyDecelerate

The legacyDecelerate easing curve in the Material specification.

See also:

Implementation

static const Curve legacyDecelerate = Cubic(0.0, 0.0, 0.2, 1.0);