80*80 image
This commit is contained in:
parent
eadfa391fd
commit
e39a507954
|
|
@ -128,7 +128,7 @@ class MultitypeOverview extends StatelessWidget {
|
||||||
children: [
|
children: [
|
||||||
Stack(
|
Stack(
|
||||||
children: [
|
children: [
|
||||||
SkeletonImage(imageUrl: item.image, height: 80, width: 60),
|
SkeletonImage(imageUrl: item.image, height: 80, width: 80),
|
||||||
Container(
|
Container(
|
||||||
padding:
|
padding:
|
||||||
const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
|
const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue