When I enter a new interface or perform some operations on a certain interface, I want to move the accessibility focus to other widgets in the current interface. At present, I have not found a method that can be used.
For example, on android, you can directly use the method "view.requestFocus()" to make the control get the accessible focus, but I can't achieve it in flutter at present.