bounceTween property

  1. @override
Animatable<double> bounceTween
final

The bounce's tween. Defaults to defaultBounceTween.

Set to noBounceTween to disable the bounce effect.

Implementation

@override
final Animatable<double> bounceTween;