Button

class Button(text: String, graphic: Node? = null) : ButtonBase

Theme DSL

"button" {
    // Button has no additional stylable properties.
}

Button inherits all the features of ButtonBase.

Constructors

Link copied to clipboard
constructor(text: String)
constructor(text: String, graphic: Node? = null)

Properties

Link copied to clipboard
Link copied to clipboard