Constructor IconButton
IconButton()
Default constructor.
Declaration
public IconButton()
IconButton(string, Action)
Construct an IconButton with a given icon.
Declaration
public IconButton(string iconName, Action clickEvent = null)
Parameters
Type | Name | Description |
---|---|---|
string | iconName | The name of the icon. |
Action | clickEvent | The click event callback. |