mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
**This PR contains a breaking API change:** `SemanticsConfiguration.addAction()` has been removed and replaces by action-specific setters (`onTap`, `onLongPress`, etc.) to take care of the fact that some action handlers (those, who take arguments) have different signatures.