bounceTween property

  1. @override
Tween<double> bounceTween
final

The tween used to animate the scale of the tappable. Defaults to defaultBounceTween.

Set to noBounceTween to disable the bounce effect.

Implementation

@override
final Tween<double> bounceTween;