AlertComponentOptions

constructor(isVisible: Boolean = false, message: String = "", type: AlertType = AlertType.SUCCESS, duration: Long = 3000, textColor: Int = 0xFF000000.toInt(), onHide: () -> Unit? = null)