Function zng_wgt::is_hit_testable

source ·
pub fn is_hit_testable(
    child: impl UiNode,
    state: impl IntoVar<bool>
) -> impl UiNode
Expand description

P If the widget is visible for hit-tests.

This property is used only for probing the state. You can set the state using the hit_test_mode property.