disabled_tooltip_fn

Function disabled_tooltip_fn 

Source
pub fn disabled_tooltip_fn(
    child: impl IntoUiNode,
    tip: impl IntoVar<WidgetFn<TooltipArgs>>,
) -> UiNode
Expand description

P Disabled widget tooltip.

This property behaves like tooltip_fn, but the tooltip only opens if the widget is disabled.