pub fn hit_test_mode(
child: impl UiNode,
mode: impl IntoVar<HitTestMode>,
) -> impl UiNode
Expand description
P
Defines if and how the widget is hit-tested.
See HitTestMode
for more details.
pub fn hit_test_mode(
child: impl UiNode,
mode: impl IntoVar<HitTestMode>,
) -> impl UiNode
P
Defines if and how the widget is hit-tested.
See HitTestMode
for more details.