skip_directional

Function skip_directional 

Source
pub fn skip_directional(
    child: impl IntoUiNode,
    enabled: impl IntoVar<bool>,
) -> UiNode
Expand 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.