GenericAlertOptions

constructor(isVisible: Boolean = false, type: AlertType = AlertType.INFO, title: String = "", message: String, actions: List<AlertAction> = emptyList(), onClose: () -> Unit? = null, showCloseButton: Boolean = true, duration: Long? = null, position: String = "top-center")