Flutter custom Alert Dialog Instead of the AlertDialog , in here we return Dialog widget. The showDialog method will remain the same. You can use a Container widget to set relevant height for the Dialog . Set the round corner to the Dialog by setting RoundedRectangleBorder for the shape and provide radius as you need.