v6.6.0 updates
This commit is contained in:
parent
ce9216ad94
commit
54f7689e40
@ -339,7 +339,7 @@ class ProductItemContainer extends StatelessWidget {
|
|||||||
image: (product!.images.isNotEmpty
|
image: (product!.images.isNotEmpty
|
||||||
? product!.images.first.src
|
? product!.images.first.src
|
||||||
: getEnv("PRODUCT_PLACEHOLDER_IMAGE")),
|
: getEnv("PRODUCT_PLACEHOLDER_IMAGE")),
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.contain,
|
||||||
height: constraints.maxHeight / 1.6,
|
height: constraints.maxHeight / 1.6,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user