jfxSnackbar

fun Pane.jfxSnackbar(content: Node, duration: Duration): JFXSnackbar

Create and show a snackbar with custom layout.


fun Pane.jfxSnackbar(message: String, duration: Duration, actionText: String? = null, action: (ActionEvent) -> Unit? = null): JFXSnackbar

Create and show a snackbar with default layout.