exitCurve property

  1. @override
Curve exitCurve
final

The curve of the toast's fade-out animation when the number of toasts in a toaster exceeds the maximum allowed and this toast is hidden. Defaults to Curves.easeOutCubic.

Implementation

@override
final Curve exitCurve;