MenuItem

class MenuItem(text: String, graphic: Node? = null) : LabelledMenuItem

Constructors

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