shrinkageCurve property

Curve shrinkageCurve
final

The curve to use in the shrinkage animation.

If null, expansionCurve will be used in the shrinkage animation instead.

Defaults to Cubic(0, 0, 0.2, 1).

Implementation

final Curve shrinkageCurve;