noBounceTween constant

FImmutableTween<double> const noBounceTween

A tween that does not animate the scale of the tappable. It is used to disable the bounce effect.

Implementation

static const FImmutableTween<double> noBounceTween = FImmutableTween(begin: 1.0, end: 1.0);