FTappableMotion constructor
const
FTappableMotion({})
Creates a FTappableMotion.
Implementation
const FTappableMotion({
this.bounceDownDuration = const Duration(milliseconds: 100),
this.bounceUpDuration = const Duration(milliseconds: 120),
this.bounceDownCurve = Curves.easeOutQuart,
this.bounceUpCurve = Curves.easeOutCubic,
this.bounceTween = defaultBounceTween,
});