linear constant

Curve const linear

The linear easing curve in the Material specification.

See also:

Implementation

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