ToastOptions
Options for `showToast`.
ToastOptions
Options for showToast.
Properties
message
message: stringText that should appear inside the toast.
duration?
duration?: number | undefinedMilliseconds before fading out (default 3s).
type?
type?: "info" | "success" | "error" | "warning" | undefinedColor scheme to use.