pub fn accepts_enter(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeExpand description
P If the '\n' character is inserted when enter is pressed and the text is editable.
Sets the ACCEPTS_ENTER_VAR.
pub fn accepts_enter(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeP If the '\n' character is inserted when enter is pressed and the text is editable.
Sets the ACCEPTS_ENTER_VAR.