scaleBetween property

(double, double) scaleBetween
final

The scale factors to animate between: (normal scale, pressed scale). Defaults to (1.0, 0.9), meaning it shrinks to 90% of its size when pressed.

Implementation

final (double from, double to) scaleBetween;