ToastConfig

constructor(id: String = "", title: String? = null, message: String? = null, type: ToastType = ToastType.Info, style: ToastStyle = ToastStyle.Gradient, showIcon: Boolean = true, showClose: Boolean = false, durationSec: Int = 3, autoDismiss: Boolean = true, position: ToastPosition? = null, fullWidth: Boolean? = null, enterAnimation: ToastEnterAnimation? = null, action: ToastAction? = null, appearance: ToastAppearance? = null, iconContent: @Composable (ToastType) -> Unit? = null, onToastClick: () -> Unit? = null, onDismiss: () -> Unit? = null)