80*80 image

This commit is contained in:
mehrdad78 2024-04-12 23:29:19 +03:30
parent eadfa391fd
commit e39a507954
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class MultitypeOverview extends StatelessWidget {
children: [
Stack(
children: [
SkeletonImage(imageUrl: item.image, height: 80, width: 60),
SkeletonImage(imageUrl: item.image, height: 80, width: 80),
Container(
padding:
const EdgeInsets.symmetric(vertical: 4, horizontal: 8),