inline fun JFXSnackbar.show(content: Node, duration: Duration) Show this snackbar with custom layout.
fun JFXSnackbar.show(message: String, duration: Duration, actionText: String? = null, action: (ActionEvent) -> Unit? = null) Show this snackbar with default layout. May throw NullPointerException
due to JFXSnackbar bug.
See also
Throws