pub fn close_on_focus_leave(
child: impl IntoUiNode,
close: impl IntoVar<bool>,
) -> UiNodeExpand description
P Popup behavior when it loses focus.
If true the popup will close itself, is true by default.
This property must be set on the widget that opens the popup or a parent, not the popup widget itself.
Sets the CLOSE_ON_FOCUS_LEAVE_VAR.