pub fn context_menu_anchor(
child: impl IntoUiNode,
click_shortcut: impl IntoVar<(AnchorMode, AnchorMode)>,
) -> UiNodeExpand description
P Set the position of the context-menu widgets opened for the widget or its descendants.
This property defines two positions, (click, shortcut), the first is used for context clicks
from a pointer device, the second is used for context clicks from keyboard shortcut.
By default tips are aligned to cursor position at the time they are opened or the top for shortcut.
This property sets the CONTEXT_MENU_ANCHOR_VAR.