pub fn start_focused(wgt: &mut WidgetBuilding, enabled: impl IntoValue<bool>)Expand description
B If the window steals keyboard focus on open.
By default the operating system decides if the window will receive focus after opening, usually it is focused only if the process that started the window already has focus. Enabling this ensures that focus is moved to the new window, potentially stealing the focus from other apps and disrupting the user.
ยงMixin Property
This property is a mixin, it modifies the widget builder during build, it does not produce a standalone UI node.