easeIn constant

Curve const easeIn

Equal to cubic-bezier(0.42, 0, 1.0, 1.0), starts off slowly, with the transition speed increasing until complete.

Implementation

static const Curve easeIn = Curve._('ease-in');