select_on_new

Function select_on_new 

Source
pub fn select_on_new(
    child: impl IntoUiNode,
    enabled: impl IntoVar<bool>,
) -> UiNode
Expand description

P If value selects the new value when the variable changes and the previous value was selected.