onDismissed property

ValueChanged<ToastificationItem>? onDismissed
final

Called when the toast is dismissed by a user gesture (e.g. a swipe).

Implementation

final ValueChanged<ToastificationItem>? onDismissed;