accelerateEasing top-level constant Null safety
The accelerate easing curve in the Material specification.
Elements exiting a screen use acceleration easing, where they start at rest and end at peak velocity.
See also:
Implementation
const Curve accelerateEasing = Cubic(0.4, 0.0, 1.0, 1.0);