deselect_on_deinit

Function deselect_on_deinit 

Source
pub fn deselect_on_deinit(
    child: impl IntoUiNode,
    enabled: impl IntoVar<bool>,
) -> UiNode
Expand 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.