show

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.