bounceUpCurve property

  1. @override
Curve bounceUpCurve
final

The curve used to animate the scale of the tappable when released (up). Defaults to Curves.easeOutCubic.

Implementation

@override
final Curve bounceUpCurve;