fastLinearToSlowEaseIn constant

Curve const fastLinearToSlowEaseIn

A curve used by material design for standard transitions.

Starts slowly, accelerates sharply, then decelerates smoothly.

Implementation

static const Curve fastLinearToSlowEaseIn = Cubic(0.18, 1.0, 0.04, 1.0);