I am trying to create an alert dialog with rounded corners in Flutter same as below screenshot. also add my code here, but my output is exactly different from the expected o
This worked for me:
shape: RoundedRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(32.0))),