easeInOutBack constant

Curve const easeInOutBack

An ease-in-out curve that overshoots at both ends.

Implementation

static const Curve easeInOutBack = Cubic(0.68, -0.55, 0.265, 1.55);