is_hit_testable

Function is_hit_testable 

Source
pub fn is_hit_testable(
    child: impl IntoUiNode,
    state: impl IntoVar<bool>,
) -> 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.