bounceTween property
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;
The tween used to animate the scale of the tappable. Defaults to defaultBounceTween.
Set to noBounceTween to disable the bounce effect.
@override
final Tween<double> bounceTween;