easeOut constant

Cubic const easeOut

A cubic animation curve that starts quickly and ends slowly.

This is the same as the CSS easing function ease-out.

Implementation

static const Cubic easeOut = Cubic(0.0, 0.0, 0.58, 1.0);