easeInOut constant Null safety

Cubic const easeInOut

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

Implementation

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