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