expansionCurve property

Curve expansionCurve
final

The curve to use in the expansion animation.

If shrinkageCurve is null, this curve will also be used in the shrinkage animation.

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

Implementation

final Curve expansionCurve;