Item
Adds an item to the tray menu.
Parameters
label
The text label for the menu item.
is Enabled
Indicates whether the menu item is enabled. Defaults to true.
on Click
Lambda function to be invoked when the menu item is clicked. Defaults to an empty lambda.