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