pub fn focusable( child: impl UiNode, focusable: impl IntoVar<bool>, ) -> impl UiNode
P Makes the widget focusable when set to true.
P
true