pub fn deselect_on_deinit(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeExpand description
P If value is deselected when the widget that has the value is deinited and the value was selected.
Only applies if after an update cycle the widget remains deinited, to avoid deselection on reinit.