Ari Weiland
Ari Weiland
## Use case Everywhere in our app that we use a clickable `ListTile`, we have to wrap it like ``` Semantics( button: true, child: ListTile( onTap: doFoo, // other attributes...
## What happened? DartPad appears to have been updated in a major way. I noticed that following the update, the code assistance context menu for Flutter (with commands like "Wrap...
### Steps to reproduce 1. Copy the repro project into DartPad and run it 2. Enable accessibility in Flutter 3. Use an accessibility service or a mouse to click on...