pub fn disabled_tooltip_fn(
child: impl IntoUiNode,
tip: impl IntoVar<WidgetFn<TooltipArgs>>,
) -> UiNodeExpand description
P Disabled widget tooltip.
This property behaves like tooltip_fn, but the tooltip only opens if the widget is disabled.