pub fn is_focused(target: Id) -> impl Operation<bool>
Available on crate feature
advanced
only.Expand description
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.