ease constant
Curve
const ease
The standard easing curve.
Implementation
static const Curve ease = Cubic(0.25, 0.1, 0.25, 1.0);
The standard easing curve.
static const Curve ease = Cubic(0.25, 0.1, 0.25, 1.0);