accepts_tab

Function accepts_tab 

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

P If the '\t' character is inserted when tab is pressed and the text is editable.

If not enabled or the text is not editable, then pressing tab moves the focus like normal.

Sets the ACCEPTS_TAB_VAR.