80*80 image
This commit is contained in:
parent
eadfa391fd
commit
e39a507954
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue