Flutter – How to style the actions on AlertDialog
Currently, for some reason, the code below returns an AlertDialog with white action buttons 'YES' and 'NO'. this is the picture. I want to change the color of the buttons WITHOUT specifying it in AlertDialog widget itself. What I am…