fastOutSlowIn constant

Curve const fastOutSlowIn

Material Design's standard easing curve.

Elements that begin and end at rest use this curve.

Implementation

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