decelerateEasing top-level constant Null safety
The decelerate easing curve in the Material specification.
Incoming elements are animated using deceleration easing, which starts a transition at peak velocity (the fastest point of an element’s movement) and ends at rest.
See also:
Implementation
const Curve decelerateEasing = Cubic(0.0, 0.0, 0.2, 1.0);