easeOut constant Null safety

Cubic const easeOut

A cubic animation curve that starts quickly and ends slowly.

Implementation

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