easeInBack constant
Curve
const easeInBack
An ease-in curve that overshoots then returns.
Implementation
static const Curve easeInBack = Cubic(0.6, -0.28, 0.735, 0.045);
An ease-in curve that overshoots then returns.
static const Curve easeInBack = Cubic(0.6, -0.28, 0.735, 0.045);