mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 01:03:45 +02:00
Merge pull request #2 from Iconica-Development/bugfix/avatar_fit
Changed the fit of the avatar
This commit is contained in:
commit
723d4d0c23
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