AlertDialog
Theme DSL
".alert_pane" { // A VBox.
// This will also have a style of ".information", ".warning", ".error", ".none" or ".confirmation"
// depending on the AlertType.
child( ".heading" ) {
// A Label
}
child( ".message" ) {
// A TextArea
}
}
Content copied to clipboard