Motion.smoothSpring constructor

const Motion.smoothSpring({
  1. Duration duration,
  2. double extraBounce,
  3. bool snapToEnd,
})

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;