expandingCurve property
Animation curve for toast expansion transitions.
Type: Curve?. If null, defaults to Curves.easeOutCubic.
Applied when transitioning between collapsed and expanded stack states.
Implementation
final Curve? expandingCurve;
Animation curve for toast expansion transitions.
Type: Curve?. If null, defaults to Curves.easeOutCubic.
Applied when transitioning between collapsed and expanded stack states.
final Curve? expandingCurve;