standardEasing top-level constant Null safety
The standard easing curve in the Material specification.
Elements that begin and end at rest use standard easing. They speed up quickly and slow down gradually, in order to emphasize the end of the transition.
See also:
Implementation
const Curve standardEasing = Curves.fastOutSlowIn;