fix error when profile picture is not given

This commit is contained in:
2024-09-05 10:33:37 +02:00
parent 44332286eb
commit fd46cd9cb6
4 changed files with 13 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
radius: 50,
),
SizedBox(
width: 110,
width: 120,
child: Image(image: logoFrame),
)
],