requestScopeFocus method
Requests that the scope itself receive focus, without trying to find a descendant that should receive focus.
This is used only if you want to park the focus on a scope itself.
Implementation
void requestScopeFocus() {
_doRequestFocus(findFirstFocus: false);
}