A cubic animation curve that starts slowly, speeds up, and then and ends slowly.
static const Cubic easeInOut = Cubic(0.42, 0.0, 0.58, 1.0)