Round Corner Of Alertdialog Flutter

[Solved] Round Corner Of Alertdialog Flutter | Dart - Code Explorer | yomemimo.com
Question : round corner of alertdialog flutter

Answered by : careful-constrictor-q7a5av9gt1u6

AlertDialog(	shape: RoundedRectangleBorder(	borderRadius: BorderRadius.circular(30),	),	...
);

Source : https://googleflutter.com/flutter-alertdialog-round-corners/ | Last Update : Fri, 02 Jul 21

Answers related to round corner of alertdialog flutter

Code Explorer Popular Question For Dart