is_drag_hovered

Function is_drag_hovered 

Source
pub fn is_drag_hovered(
    child: impl IntoUiNode,
    state: impl IntoVar<bool>,
) -> UiNode
Expand description

P If the dragging cursor is over the widget or a descendant and the widget is enabled.

The value is always false when the widget is not ENABLED, use is_drag_hovered_disabled to implement disabled hovered visuals.