Motion.snappySpring constructor
A spring animation with a predefined duration and small amount of bounce that feels more snappy.
See also:
Implementation
const factory Motion.snappySpring({
Duration duration,
double extraBounce,
bool snapToEnd,
}) = CupertinoMotion.snappy;