focus_scope

Function focus_scope 

Source
pub fn focus_scope(
    child: impl IntoUiNode,
    is_scope: impl IntoVar<bool>,
) -> UiNode
Expand description

P Makes the widget into a focus scope when set to true.