easeInCubic constant
Curve
const easeInCubic
A cubic ease-in curve.
Implementation
static const Curve easeInCubic = Cubic(0.55, 0.055, 0.675, 0.19);
A cubic ease-in curve.
static const Curve easeInCubic = Cubic(0.55, 0.055, 0.675, 0.19);