noBounceTween property

Tween<double> noBounceTween
final

A tween that does not animate the scale of the tappable. It is used to disable the bounce effect.

Implementation

static final Tween<double> noBounceTween = Tween(begin: 1.0, end: 1.0);