mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
On receipt of a FOCUS_CHANGED event from the AX tree, call IAccessible::accFocus to tell screen readers to move the accessibility focus to that node. This is in addition to setting the keyboard focus via the EVENT_OBJECT_FOCUS event. Issue: https://github.com/flutter/flutter/issues/77838