defaultBounceTween property

Tween<double> defaultBounceTween
final

The default bounce tween used by FTappableStyle. It scales the widget down to 0.97 on tap down and back to 1.0 on tap up.

Implementation

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