pub fn txt_selectable_alt_only(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeExpand description
P Only start mouse and touch selections from this widget when the Alt keyboard modifier is pressed.
Note that this property does not enable text selection, txt_selectable must be enabled on the widget or parent.
This property is ignored if the text is also editable. Selections started from sibling widgets in rich text also expand inside this widget normally, this property only applies to selection started from this widget.
Sets the TEXT_SELECTABLE_ALT_ONLY_VAR.