select_on_init

Function select_on_init 

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

P If value is selected when the widget that has the value is inited.

Only applies on the first init in the selector context.