Replies: 1 comment
-
Answering my question, whilst not perfect, I've found better success by not passing a child widget to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wondering if anyone has looked at accessibility already with this package? Some issues with it:
SpeedDial
withBlockSemantics
)Some of this could be resolved easily by the app developer if the package followed Flutter's convention of passing widgets rather than say
IconData
orList<SpeedDialChild>
.As an aside, it's a real shame that issues use code examples with
Icons.accessibility
as it gives misleading search results.Beta Was this translation helpful? Give feedback.
All reactions