hit_test_mode

Function hit_test_mode 

Source
pub fn hit_test_mode(
    child: impl IntoUiNode,
    mode: impl IntoVar<HitTestMode>,
) -> UiNode
Expand description

P Defines if and how the widget is hit-tested.

See HitTestMode for more details.