exitDuration property

  1. @override
Duration exitDuration
final

The duration 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 400ms.

Implementation

@override
final Duration exitDuration;