Optional shortcut key to appear on the right side of menu option. Shortcuts are not automatically handled, but need to be handled by the developer.
[Parameter]
public string? ShortCut { get; set; }
Example
<PopupMenuOption Text="Add" ShortCut="⌘ + A" />