pub fn disabled_context_menu_fn(
child: impl IntoUiNode,
menu: impl IntoVar<WidgetFn<ContextMenuArgs>>,
) -> UiNodeExpand description
P Defines the context menu function shown when the widget is disabled and receives a context click.
The menu can return any widget, the ContextMenu! is recommended.