mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 09:13:44 +02:00
Changed the fit of the avatar
This commit is contained in:
parent
5345e7c6c1
commit
c5bb9e1c59
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue