pub fn alt_focus_scope(
child: impl IntoUiNode,
is_scope: impl IntoVar<bool>,
) -> UiNodeExpand description
P Widget is the ALT focus scope.
ALT focus scopes are also, TabIndex::SKIP, skip_directional_nav, TabNav::Cycle and DirectionalNav::Cycle by default.
Also see focus_click_behavior that can be used to return focus automatically when any widget inside the ALT scope
handles a click.