mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The new property allows the user to specify a URI for their semantics link node. It's plumbed through for both web and non-web engines, but it's only used in the web engine currently. It sets the `href` of the anchor element associated with semantics node. This is going to unlock better semantics support in the Link widget on web ([PR](https://github.com/flutter/packages/pull/6711)). Framework counterpart: https://github.com/flutter/flutter/pull/150639 Part of https://github.com/flutter/flutter/issues/150263