pub fn focus_scope(
child: impl IntoUiNode,
is_scope: impl IntoVar<bool>,
) -> UiNodeExpand description
P Makes the widget into a focus scope when set to true.
pub fn focus_scope(
child: impl IntoUiNode,
is_scope: impl IntoVar<bool>,
) -> UiNodeP Makes the widget into a focus scope when set to true.