easeInOut constant

Cubic const easeInOut = const Cubic(0.42, 0.0, 0.58, 1.0)

A cubic animation curve that starts slowly, speeds up, and then and ends slowly.

Implementation

static const Cubic easeInOut = Cubic(0.42, 0.0, 0.58, 1.0)