feature/update-event #7

Merged
v4l3n71n merged 28 commits from feature/update-event into main 2024-09-04 21:08:27 +00:00
Showing only changes of commit a120cd28a1 - Show all commits

View File

@ -215,8 +215,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
width: 200,
height: 150,
decoration: BoxDecoration(
color: Colors.red,
borderRadius: BorderRadius.circular(50.0)),
borderRadius: BorderRadius.circular(100.0)),
child: Image.file(File(widget.imagePath))),
),
),