ease constant

Cubic const ease = const Cubic(0.25, 0.1, 0.25, 1.0)

A cubic animation curve that speeds up quickly and ends slowly.

Implementation

static const Cubic ease = Cubic(0.25, 0.1, 0.25, 1.0)