Requests focus on the given FocusNode. This method moves the focus to the provided focus node, making it the active input field.
focus
void requestFocus(FocusNode focus) => FocusScope.of(this).requestFocus(focus);