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