mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
A node is considered focusable if it contains information that is interesing to the user. A node that doesn't add any semantic information of its own should not be focusable. It's expected that such a node has children, who have smeantics information and are therefore focusable. Fixes https://github.com/flutter/flutter/issues/11179