easeOut constant

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

A cubic animation curve that starts quickly and ends slowly.

Implementation

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