mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
ccf68cdcb6
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