ButtonConstructor

Switch to Manual
public Button ();
public Button (Action clickEvent);

Parameters

clickEventAction triggered when the button is clicked.

Description

Constructs a Button.