reentranceCurve property

  1. @override
Curve reentranceCurve
final

The curve of the toast's fade-in animation when another toast has been dismissed and this toast re-enters the toaster. Defaults to Curves.easeOutCubic.

Implementation

@override
final Curve reentranceCurve;