pub fn auto_selection(
child: impl IntoUiNode,
mode: impl IntoVar<AutoSelection>,
) -> UiNodeExpand description
P Auto-selection on focus change when the text is selectable.
If enabled on keyboard focus all text is selected and on blur any selection is cleared.
In rich text contexts applies to all sub-component texts.