A tween that does not animate the scale of the tappable. It is used to disable the bounce effect.
static final Tween<double> noBounceTween = Tween(begin: 1.0, end: 1.0);