toastNotification property
Widget Function({Function? onDismiss, required ToastNotificationStyleType style, dynamic toastNotificationStyleMeta(ToastNotificationStyleMetaHelper helper)?})?
get
toastNotification
Get the toast notification.
Implementation
Widget Function({
required ToastNotificationStyleType style,
Function(ToastNotificationStyleMetaHelper helper)?
toastNotificationStyleMeta,
Function? onDismiss,
})? get toastNotification => _toastNotification;