pub fn skip_directional(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeExpand description
P If directional navigation from outside this widget skips over it and its descendants.
Setting this to true is the directional navigation equivalent of setting tab_index to SKIP.