mirror of
https://github.com/flutter/samples.git
synced 2026-04-02 17:52:56 +00:00
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.