pub fn tooltip_interval(
child: impl IntoUiNode,
interval: impl IntoVar<Duration>,
) -> UiNodeExpand description
P Sets the maximum interval a second tooltip is opened instantly if a previous tip was just closed.
The config applies for tooltips opening on the widget or descendants, but considers previous tooltips opened on any widget.
This property sets the TOOLTIP_INTERVAL_VAR.