showIndefinite
Show this snackbar indefinitely with custom layout.
fun JFXSnackbar.showIndefinite(message: String, actionText: String? = null, action: (ActionEvent) -> Unit? = null)
Show this snackbar indefinitely with default layout. May throw NullPointerException
due to JFXSnackbar bug.