expandingCurve property

Curve expandingCurve
final

Animation curve for expansion state transitions.

Type: Curve, default: Curves.easeOutCubic. Applied when transitioning between collapsed and expanded stack states.

Implementation

final Curve expandingCurve;