slowMiddle constant
Curve
const slowMiddle
Material Design's accelerate easing curve.
Used for elements that exit the screen.
Implementation
static const Curve slowMiddle = Cubic(0.15, 0.85, 0.85, 0.15);