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