I’ve been working through our app implementing Accessibility via Semantics etc.
I’m really struggling to get the behaviour I want for when a dialog or bottomsheet is shown. Flutter seems to focus and announce the dialog scrim first no matter what I do.
This results in the user opening a dialog and hearing ‘dismiss’ as the very first announcement. I’d like to have the dialog content or button announced first.
Has anyone come across this and found a solution?