info
fun info(message: String? = null, title: String? = null, style: ToastStyle = ToastStyle.Gradient, showClose: Boolean = false, position: ToastPosition? = null, fullWidth: Boolean? = null, enterAnimation: ToastEnterAnimation? = null, durationSec: Int = 3, autoDismiss: Boolean = true, onDismiss: () -> Unit? = null)