Add arguments to SemanticsActions; implement extend selection for a11y (#13490)
**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.
Showing
This diff is collapsed.
Please register or sign in to comment