Motion.smoothSpring constructor
A smooth spring animation with a predefined duration and no bounce.
See also:
Implementation
const factory Motion.smoothSpring({
Duration duration,
double extraBounce,
bool snapToEnd,
}) = CupertinoMotion.smooth;