Relative Content

Tag Archive for flutterbuttonaudio

Flutter disable button sounds without changing the button code

in my app I have a button and I want it to disable the sound effects in the app.
When i say sound effects I mean that default button click sound for every button in my app (there are many in many pages)
I do not want to manually conditionally set enableFeedback in each button.