jfxIndefiniteSnackbar

fun Pane.jfxIndefiniteSnackbar(content: Node): JFXSnackbar

Create and show an indefinite snackbar with custom layout.


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

Create and show an indefinite snackbar with default layout.