ease constant
Curve
const ease
Equal to cubic-bezier(0.25, 0.1, 0.25, 1.0), the default value, increases in velocity towards the
middle of the transition, slowing back down at the end.
Implementation
static const Curve ease = Curve._('ease');