focusable

Function focusable 

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

P Makes the widget focusable when set to true.