animationCurve property

Curve? animationCurve
final

The curve of the expand/collapse animation.

Defaults to Curves.easeOutCubic if not provided.

Implementation

final Curve? animationCurve;