easeOutBack constant
Curve
const easeOutBack
An ease-out curve that overshoots then returns.
Implementation
static const Curve easeOutBack = Cubic(0.175, 0.885, 0.32, 1.275);
An ease-out curve that overshoots then returns.
static const Curve easeOutBack = Cubic(0.175, 0.885, 0.32, 1.275);