We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ffb59 commit 5fdf317Copy full SHA for 5fdf317
lib/home.dart
@@ -39,7 +39,7 @@ class Homepage extends State<Home>{
39
return SimpleDialog(
40
backgroundColor: Color(0xFF212121),
41
shape: RoundedRectangleBorder(
42
- borderRadius: BorderRadius.circular(10),
+ borderRadius: BorderRadius.circular(14),
43
),
44
title: const Text(
45
"Information about the booking",
0 commit comments