pub fn is_focused(id: impl Into<Id>) -> Task<bool>
Produces a Task that returns whether the TextInput with the given Id is focused or not.
Task
TextInput
Id