79411432

Date: 2025-02-04 11:04:01
Score: 1
Natty:
Report link

You have to wrap AlertDialog inside the SizedBox with your prefered width and height.

return Sizedbox(
 width: 200, // give width
 height: 200, // give height
 child: AlertDialog(
 // your code
 ),
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sireen Ibnu Kabeer