1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-02 17:52:56 +00:00
Files
samples/experimental/desktop_photo_search/lib
Chris Bracken 0687245ebf Photo search: Wrap tree node in Semantics widget (#988)
The results tree view nodes are each a Row widget containing an
IconButton (which in this case is blank) and an InkWell. In order to
expose this as a tappable widget in screen readers, we wrap the tree
nodes in a Semantics widget that performs the same function as the
InkWell would when tapped.
2022-01-14 18:32:14 -08:00
..