flutter
flutter copied to clipboard
[web:a11y] implement the "selected" semantic property
Internal: b/258949931
Using the Semantics
widget and setting the selected
property to true does not currently cause any sort of additional announcement in flutter web. This gets read out as "selected" on iOS and Android. There is likely some sort of mechanism in ARIA that can be utilized for this.