animationTween property

  1. @override
Tween<double> animationTween
final

The tween used to animate the scale of the tappable. Defaults to a scale of 0.97.

Implementation

@override
final Tween<double> animationTween;