ToastificationCallbacks constructor
const
ToastificationCallbacks({
- ValueChanged<
ToastificationItem> ? onTap, - ValueChanged<
ToastificationItem> ? onCloseButtonTap, - ValueChanged<
ToastificationItem> ? onAutoCompleteCompleted, - ValueChanged<
ToastificationItem> ? onDismissed,
Creates a set of callbacks that you can provide to a Toastification widget.
Implementation
const ToastificationCallbacks({
this.onTap,
this.onCloseButtonTap,
this.onAutoCompleteCompleted,
this.onDismissed,
});