disabled_context_menu_fn

Function disabled_context_menu_fn 

Source
pub fn disabled_context_menu_fn(
    child: impl IntoUiNode,
    menu: impl IntoVar<WidgetFn<ContextMenuArgs>>,
) -> UiNode
Expand 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.