Changed the fit of the avatar

This commit is contained in:
Jacques Doeleman 2022-09-28 11:00:11 +02:00
parent 5345e7c6c1
commit c5bb9e1c59

View file

@ -48,7 +48,7 @@ class Avatar extends StatelessWidget {
shape: BoxShape.circle, shape: BoxShape.circle,
image: DecorationImage( image: DecorationImage(
image: MemoryImage(image!), image: MemoryImage(image!),
fit: BoxFit.fill, fit: BoxFit.cover,
), ),
), ),
); );