Function zng_wgt_input::focus::focus_scope
source ยท pub fn focus_scope(
child: impl UiNode,
is_scope: impl IntoVar<bool>,
) -> impl UiNode
Expand description
P
Makes the widget into a focus scope when set to true
.
pub fn focus_scope(
child: impl UiNode,
is_scope: impl IntoVar<bool>,
) -> impl UiNode
P
Makes the widget into a focus scope when set to true
.