tooltip_delay

Function tooltip_delay 

Source
pub fn tooltip_delay(
    child: impl IntoUiNode,
    delay: impl IntoVar<Duration>,
) -> UiNode
Expand description

P Set the duration the cursor must be over the widget or its descendants before the tip widget is opened.

This delay applies when no other tooltip was opened within the tooltip_interval duration, otherwise the tooltip opens instantly.

This property sets the TOOLTIP_DELAY_VAR.