pub fn hover_open_delay(
child: impl IntoUiNode,
delay: impl IntoVar<Duration>,
) -> UiNodeExpand description
P Delay a sub-menu must be hovered to open the popup.
Is 300.ms() by default.
This property sets the HOVER_OPEN_DELAY_VAR.
pub fn hover_open_delay(
child: impl IntoUiNode,
delay: impl IntoVar<Duration>,
) -> UiNodeP Delay a sub-menu must be hovered to open the popup.
Is 300.ms() by default.
This property sets the HOVER_OPEN_DELAY_VAR.