Motion.snappySpring constructor

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

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;