Answers for "round corner of alertdialog flutter"

0

round corner of alertdialog flutter

AlertDialog(
	shape: RoundedRectangleBorder(
		borderRadius: BorderRadius.circular(30),
	),
	...
);
Posted by: Guest on June-25-2021

Code answers related to "round corner of alertdialog flutter"

Browse Popular Code Answers by Language