pub fn focus<Message>(id: Id) -> Task<Message>where Message: 'static + Send,
Produces a Task that focuses the Button with the given Id.
Task
Button
Id