pub fn is_focused(target: Id) -> impl Operation<bool>
Produces an Operation that searches for the focusable widget and stores whether it is focused or not. This ignores widgets that do not have an ID.
Operation