Open stargazing-dino opened 3 years ago
I think I can add semantics around the various children of the button builder. Could be as simple as
loadingWidget = Semantics( child: loadingWidget, label: 'This button is loading', readOnly: true, enabled: false, )
I think I can add semantics around the various children of the button builder. Could be as simple as