Is it possible to move the accessibility focus (VoiceOver for iOS and Talkback for Android) to a defined widget when pressing a button?
I've tried searching in the Semantics package but I can't find a way to obtain this.
It would be enough also to make the screen reader restart the semantics tree from the beginning.
I have a PageView
with 3 pages and buttons to move back/forward using a PageController
. I would like to move the focus to the beginning of the page when this changes using the button (that invokes _pageController.animateToPage
).