mirror of https://github.com/flutter/samples.git
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.pull/993/head
parent
de9afb40e0
commit
0687245ebf
Loading…
Reference in new issue