linear constant

Curve const linear

Equal to cubic-bezier(0.0, 0.0, 1.0, 1.0), transitions at an even speed.

Implementation

static const Curve linear = Curve._('linear');