defaultBounceTween constant

FImmutableTween<double> const defaultBounceTween

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 const FImmutableTween<double> defaultBounceTween = FImmutableTween(begin: 1.0, end: 0.97);